Html Css Color HEX #B97742 Brandy Punch

📋 copy color: '#B97742'

red 185 ◦ green 119 ◦ blue 66

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

Shades of Brandy Punch #B97742

Tints of Brandy Punch #B97742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.84%

R = 50%
G = 32.16%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B97742 (or 0xB97742) is known color: Brandy Punch. HEX triplet: B9, 77 and 42. RGB value is (185,119,66). Sum of RGB (Red+Green+Blue) = 185+119+66=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B97742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97742 is #4688BD. Grayscale: #848484. Windows color (decimal): -4622526 or 4356025. OLE color: 4356025.

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

Color convert

RGB 185 119 66 -
CMYK 0 0.36 0.64 0.27
HSL 26.72º 0.47% 0.49% -
HSV(B) 26.72º 0.64% 0.73% -
XYZ 27.59 23.9 8.31 -
YUV 132.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 185 119 66 0 0.36 0.64 0.27 26.72 0.47 0.49
Hex B9 77 42 0 24 40 1B 1B 2F 31
Octal 271 167 102 0 44 100 33 33 57 61
Binary 10111001 1110111 1000010 0 100100 1000000 11011 11011 101111 110001

Color Harmonies of #B97742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97742

Black with #B97742

Text Example


Text Example

White with #B97742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97742; }

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

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

background-color css

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

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

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

border-color css

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

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

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