Html Css Color HEX #B97542 Brandy Punch

📋 copy color: '#B97542'

red 185 ◦ green 117 ◦ blue 66

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

Shades of Brandy Punch #B97542

Tints of Brandy Punch #B97542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 50.27%
G = 31.79%
B = 17.93%

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

#B97542 (or 0xB97542) is known color: Brandy Punch. HEX triplet: B9, 75 and 42. RGB value is (185,117,66). Sum of RGB (Red+Green+Blue) = 185+117+66=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B97542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97542 is #468ABD. Grayscale: #838383. Windows color (decimal): -4623038 or 4355513. OLE color: 4355513.

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

Color convert

RGB 185 117 66 -
CMYK 0 0.37 0.64 0.27
HSL 25.71º 0.47% 0.49% -
HSV(B) 25.71º 0.64% 0.73% -
XYZ 27.35 23.43 8.24 -
YUV 131.52 91.03 166.15 -
System Red Green Blue C M Y K H S L
Decimal 185 117 66 0 0.37 0.64 0.27 25.71 0.47 0.49
Hex B9 75 42 0 25 40 1B 1A 2F 31
Octal 271 165 102 0 45 100 33 32 57 61
Binary 10111001 1110101 1000010 0 100101 1000000 11011 11010 101111 110001

Color Harmonies of #B97542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97542

Black with #B97542

Text Example


Text Example

White with #B97542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97542; }

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

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

background-color css

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

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

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

border-color css

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

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

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