Html Css Color HEX #B5773F Brandy Punch

📋 copy color: '#B5773F'

red 181 ◦ green 119 ◦ blue 63

#B5773F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #B5773F

Tints of Brandy Punch #B5773F

RGB

 RED value IS 181 (71.09% from 255) = 49.86%

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 63 (25% from 255) = 17.36%

R = 49.86%
G = 32.78%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B5773F (or 0xB5773F) is known color: Brandy Punch. HEX triplet: B5, 77 and 3F. RGB value is (181,119,63). Sum of RGB (Red+Green+Blue) = 181+119+63=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B5773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5773F is #4A88C0. Grayscale: #838383. Windows color (decimal): -4884673 or 4159413. OLE color: 4159413.

HSL color Cylindrical-coordinate representation of color #B5773F: hue angle of 28.47º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5773F is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 63 -
CMYK 0 0.34 0.65 0.29
HSL 28.47º 0.48% 0.48% -
HSV(B) 28.47º 0.65% 0.71% -
XYZ 26.55 23.38 7.82 -
YUV 131.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 181 119 63 0 0.34 0.65 0.29 28.47 0.48 0.48
Hex B5 77 3F 0 22 41 1D 1C 30 30
Octal 265 167 77 0 42 101 35 34 60 60
Binary 10110101 1110111 111111 0 100010 1000001 11101 11100 110000 110000

Color Harmonies of #B5773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5773F

Black with #B5773F

Text Example


Text Example

White with #B5773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5773F; }

 p { color: rgb(181,119,63); }

 H1.HeaderClassName
 {
   color: #B5773F;
 }
 .AnyTagClassName
 {
   color: #B5773F;
 }
</style>

background-color css

<style>
 a { background-color: #B5773F; }

 a { background-color: rgb(181,119,63); }

 div.DivClassName
 {
   background-color: #B5773F;
 }
 .BgClassName
 {
   background-color: #B5773F;
 }
</style>

border-color css

<style>
 span { border-color: #B5773F; }

 span { border-color: rgb(181,119,63); }

 td.TdClassName
 {
   border-color: #B5773F;
 }
 .TagClassName
 {
   border-color: #B5773F;
 }
</style>