Html Css Color HEX #B97F3C Brandy Punch

📋 copy color: '#B97F3C'

red 185 ◦ green 127 ◦ blue 60

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

Shades of Brandy Punch #B97F3C

Tints of Brandy Punch #B97F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.13%

R = 49.73%
G = 34.14%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B97F3C (or 0xB97F3C) is known color: Brandy Punch. HEX triplet: B9, 7F and 3C. RGB value is (185,127,60). Sum of RGB (Red+Green+Blue) = 185+127+60=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97F3C is #4680C3. Grayscale: #898989. Windows color (decimal): -4620484 or 3964857. OLE color: 3964857.

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

Color convert

RGB 185 127 60 -
CMYK 0 0.31 0.68 0.27
HSL 32.16º 0.51% 0.48% -
HSV(B) 32.16º 0.68% 0.73% -
XYZ 28.41 25.82 7.76 -
YUV 136.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 185 127 60 0 0.31 0.68 0.27 32.16 0.51 0.48
Hex B9 7F 3C 0 1F 44 1B 20 33 30
Octal 271 177 74 0 37 104 33 40 63 60
Binary 10111001 1111111 111100 0 11111 1000100 11011 100000 110011 110000

Color Harmonies of #B97F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97F3C

Black with #B97F3C

Text Example


Text Example

White with #B97F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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