Html Css Color HEX #B97B55 Brandy Punch

📋 copy color: '#B97B55'

red 185 ◦ green 123 ◦ blue 85

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

Shades of Brandy Punch #B97B55

Tints of Brandy Punch #B97B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 85 (33.59% from 255) = 21.63%

R = 47.07%
G = 31.3%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B97B55 (or 0xB97B55) is known color: Brandy Punch. HEX triplet: B9, 7B and 55. RGB value is (185,123,85). Sum of RGB (Red+Green+Blue) = 185+123+85=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B55 is #4684AA. Grayscale: #898989. Windows color (decimal): -4621483 or 5602233. OLE color: 5602233.

HSL color Cylindrical-coordinate representation of color #B97B55: hue angle of 22.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B97B55 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 123 85 -
CMYK 0 0.34 0.54 0.27
HSL 22.8º 0.42% 0.53% -
HSV(B) 22.8º 0.54% 0.73% -
XYZ 28.73 25.14 11.93 -
YUV 137.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 185 123 85 0 0.34 0.54 0.27 22.8 0.42 0.53
Hex B9 7B 55 0 22 36 1B 17 2A 35
Octal 271 173 125 0 42 66 33 27 52 65
Binary 10111001 1111011 1010101 0 100010 110110 11011 10111 101010 110101

Color Harmonies of #B97B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97B55

Black with #B97B55

Text Example


Text Example

White with #B97B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97B55; }

 p { color: rgb(185,123,85); }

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

background-color css

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

 a { background-color: rgb(185,123,85); }

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

border-color css

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

 span { border-color: rgb(185,123,85); }

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