Html Css Color HEX #B97442 Brandy Punch

📋 copy color: '#B97442'

red 185 ◦ green 116 ◦ blue 66

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

Shades of Brandy Punch #B97442

Tints of Brandy Punch #B97442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

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

R = 50.41%
G = 31.61%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B97442 (or 0xB97442) is known color: Brandy Punch. HEX triplet: B9, 74 and 42. RGB value is (185,116,66). Sum of RGB (Red+Green+Blue) = 185+116+66=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B97442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97442 is #468BBD. Grayscale: #838383. Windows color (decimal): -4623294 or 4355257. OLE color: 4355257.

HSL color Cylindrical-coordinate representation of color #B97442: hue angle of 25.21º 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 #B97442 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 116 66 -
CMYK 0 0.37 0.64 0.27
HSL 25.21º 0.47% 0.49% -
HSV(B) 25.21º 0.64% 0.73% -
XYZ 27.24 23.2 8.2 -
YUV 130.93 91.36 166.57 -
System Red Green Blue C M Y K H S L
Decimal 185 116 66 0 0.37 0.64 0.27 25.21 0.47 0.49
Hex B9 74 42 0 25 40 1B 19 2F 31
Octal 271 164 102 0 45 100 33 31 57 61
Binary 10111001 1110100 1000010 0 100101 1000000 11011 11001 101111 110001

Color Harmonies of #B97442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97442

Black with #B97442

Text Example


Text Example

White with #B97442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97442; }

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

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

background-color css

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

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

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

border-color css

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

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

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