Html Css Color HEX #B97E4D Brandy Punch

📋 copy color: '#B97E4D'

red 185 ◦ green 126 ◦ blue 77

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

Shades of Brandy Punch #B97E4D

Tints of Brandy Punch #B97E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 47.68%
G = 32.47%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B97E4D (or 0xB97E4D) is known color: Brandy Punch. HEX triplet: B9, 7E and 4D. RGB value is (185,126,77). Sum of RGB (Red+Green+Blue) = 185+126+77=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E4D is #4681B2. Grayscale: #8A8A8A. Windows color (decimal): -4620723 or 5078713. OLE color: 5078713.

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

Color convert

RGB 185 126 77 -
CMYK 0 0.32 0.58 0.27
HSL 27.22º 0.44% 0.51% -
HSV(B) 27.22º 0.58% 0.73% -
XYZ 28.81 25.77 10.48 -
YUV 138.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 185 126 77 0 0.32 0.58 0.27 27.22 0.44 0.51
Hex B9 7E 4D 0 20 3A 1B 1B 2C 33
Octal 271 176 115 0 40 72 33 33 54 63
Binary 10111001 1111110 1001101 0 100000 111010 11011 11011 101100 110011

Color Harmonies of #B97E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E4D

Black with #B97E4D

Text Example


Text Example

White with #B97E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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