Html Css Color HEX #B9773B Brandy Punch

📋 copy color: '#B9773B'

red 185 ◦ green 119 ◦ blue 59

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

Shades of Brandy Punch #B9773B

Tints of Brandy Punch #B9773B

RGB

 RED value IS 185 (72.66% from 255) = 50.96%

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

 BLUE value IS 59 (23.44% from 255) = 16.25%

R = 50.96%
G = 32.78%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9773B (or 0xB9773B) is known color: Brandy Punch. HEX triplet: B9, 77 and 3B. RGB value is (185,119,59). Sum of RGB (Red+Green+Blue) = 185+119+59=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9773B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9773B is #4688C4. Grayscale: #848484. Windows color (decimal): -4622533 or 3897273. OLE color: 3897273.

HSL color Cylindrical-coordinate representation of color #B9773B: hue angle of 28.57º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9773B is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 59 -
CMYK 0 0.36 0.68 0.27
HSL 28.57º 0.52% 0.48% -
HSV(B) 28.57º 0.68% 0.73% -
XYZ 27.39 23.82 7.29 -
YUV 131.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 185 119 59 0 0.36 0.68 0.27 28.57 0.52 0.48
Hex B9 77 3B 0 24 44 1B 1D 34 30
Octal 271 167 73 0 44 104 33 35 64 60
Binary 10111001 1110111 111011 0 100100 1000100 11011 11101 110100 110000

Color Harmonies of #B9773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9773B

Black with #B9773B

Text Example


Text Example

White with #B9773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9773B; }

 p { color: rgb(185,119,59); }

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

background-color css

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

 a { background-color: rgb(185,119,59); }

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

border-color css

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

 span { border-color: rgb(185,119,59); }

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