Html Css Color HEX #B97F4D Brandy Punch

📋 copy color: '#B97F4D'

red 185 ◦ green 127 ◦ blue 77

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

Shades of Brandy Punch #B97F4D

Tints of Brandy Punch #B97F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

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

R = 47.56%
G = 32.65%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B97F4D (or 0xB97F4D) is known color: Brandy Punch. HEX triplet: B9, 7F and 4D. RGB value is (185,127,77). Sum of RGB (Red+Green+Blue) = 185+127+77=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97F4D is #4680B2. Grayscale: #8A8A8A. Windows color (decimal): -4620467 or 5078969. OLE color: 5078969.

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

Color convert

RGB 185 127 77 -
CMYK 0 0.31 0.58 0.27
HSL 27.78º 0.44% 0.51% -
HSV(B) 27.78º 0.58% 0.73% -
XYZ 28.94 26.03 10.52 -
YUV 138.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 185 127 77 0 0.31 0.58 0.27 27.78 0.44 0.51
Hex B9 7F 4D 0 1F 3A 1B 1C 2C 33
Octal 271 177 115 0 37 72 33 34 54 63
Binary 10111001 1111111 1001101 0 11111 111010 11011 11100 101100 110011

Color Harmonies of #B97F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97F4D

Black with #B97F4D

Text Example


Text Example

White with #B97F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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