Html Css Color HEX #B97942 Brandy Punch

📋 copy color: '#B97942'

red 185 ◦ green 121 ◦ blue 66

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

Shades of Brandy Punch #B97942

Tints of Brandy Punch #B97942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.53%

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

R = 49.73%
G = 32.53%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#B97942 (or 0xB97942) is known color: Brandy Punch. HEX triplet: B9, 79 and 42. RGB value is (185,121,66). Sum of RGB (Red+Green+Blue) = 185+121+66=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B97942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97942 is #4686BD. Grayscale: #868686. Windows color (decimal): -4622014 or 4356537. OLE color: 4356537.

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

Color convert

RGB 185 121 66 -
CMYK 0 0.35 0.64 0.27
HSL 27.73º 0.47% 0.49% -
HSV(B) 27.73º 0.64% 0.73% -
XYZ 27.83 24.38 8.39 -
YUV 133.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 185 121 66 0 0.35 0.64 0.27 27.73 0.47 0.49
Hex B9 79 42 0 23 40 1B 1C 2F 31
Octal 271 171 102 0 43 100 33 34 57 61
Binary 10111001 1111001 1000010 0 100011 1000000 11011 11100 101111 110001

Color Harmonies of #B97942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97942

Black with #B97942

Text Example


Text Example

White with #B97942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97942; }

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

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

background-color css

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

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

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

border-color css

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

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

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