Html Css Color HEX #B97E4C Brandy Punch

📋 copy color: '#B97E4C'

red 185 ◦ green 126 ◦ blue 76

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

Shades of Brandy Punch #B97E4C

Tints of Brandy Punch #B97E4C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 76 (30.08% from 255) = 19.64%

R = 47.8%
G = 32.56%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B97E4C (or 0xB97E4C) is known color: Brandy Punch. HEX triplet: B9, 7E and 4C. RGB value is (185,126,76). Sum of RGB (Red+Green+Blue) = 185+126+76=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97E4C is #4681B3. Grayscale: #8A8A8A. Windows color (decimal): -4620724 or 5013177. OLE color: 5013177.

HSL color Cylindrical-coordinate representation of color #B97E4C: hue angle of 27.52º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B97E4C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 76 -
CMYK 0 0.32 0.59 0.27
HSL 27.52º 0.44% 0.51% -
HSV(B) 27.52º 0.59% 0.73% -
XYZ 28.77 25.76 10.29 -
YUV 137.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 185 126 76 0 0.32 0.59 0.27 27.52 0.44 0.51
Hex B9 7E 4C 0 20 3B 1B 1C 2C 33
Octal 271 176 114 0 40 73 33 34 54 63
Binary 10111001 1111110 1001100 0 100000 111011 11011 11100 101100 110011

Color Harmonies of #B97E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E4C

Black with #B97E4C

Text Example


Text Example

White with #B97E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E4C; }

 p { color: rgb(185,126,76); }

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

background-color css

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

 a { background-color: rgb(185,126,76); }

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

border-color css

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

 span { border-color: rgb(185,126,76); }

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