Html Css Color HEX #B97E3C Brandy Punch

📋 copy color: '#B97E3C'

red 185 ◦ green 126 ◦ blue 60

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

Shades of Brandy Punch #B97E3C

Tints of Brandy Punch #B97E3C

RGB

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

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

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

R = 49.87%
G = 33.96%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B97E3C (or 0xB97E3C) is known color: Brandy Punch. HEX triplet: B9, 7E and 3C. RGB value is (185,126,60). Sum of RGB (Red+Green+Blue) = 185+126+60=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97E3C is #4681C3. Grayscale: #888888. Windows color (decimal): -4620740 or 3964601. OLE color: 3964601.

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

Color convert

RGB 185 126 60 -
CMYK 0 0.32 0.68 0.27
HSL 31.68º 0.51% 0.48% -
HSV(B) 31.68º 0.68% 0.73% -
XYZ 28.28 25.56 7.72 -
YUV 136.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 185 126 60 0 0.32 0.68 0.27 31.68 0.51 0.48
Hex B9 7E 3C 0 20 44 1B 20 33 30
Octal 271 176 74 0 40 104 33 40 63 60
Binary 10111001 1111110 111100 0 100000 1000100 11011 100000 110011 110000

Color Harmonies of #B97E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E3C

Black with #B97E3C

Text Example


Text Example

White with #B97E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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