Html Css Color HEX #B97D3A Brandy Punch

📋 copy color: '#B97D3A'

red 185 ◦ green 125 ◦ blue 58

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

Shades of Brandy Punch #B97D3A

Tints of Brandy Punch #B97D3A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.97%

 BLUE value IS 58 (23.05% from 255) = 15.76%

R = 50.27%
G = 33.97%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B97D3A (or 0xB97D3A) is known color: Brandy Punch. HEX triplet: B9, 7D and 3A. RGB value is (185,125,58). Sum of RGB (Red+Green+Blue) = 185+125+58=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97D3A is #4682C5. Grayscale: #878787. Windows color (decimal): -4620998 or 3833273. OLE color: 3833273.

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

Color convert

RGB 185 125 58 -
CMYK 0 0.32 0.69 0.27
HSL 31.65º 0.52% 0.48% -
HSV(B) 31.65º 0.69% 0.73% -
XYZ 28.1 25.29 7.4 -
YUV 135.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 185 125 58 0 0.32 0.69 0.27 31.65 0.52 0.48
Hex B9 7D 3A 0 20 45 1B 20 34 30
Octal 271 175 72 0 40 105 33 40 64 60
Binary 10111001 1111101 111010 0 100000 1000101 11011 100000 110100 110000

Color Harmonies of #B97D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97D3A

Black with #B97D3A

Text Example


Text Example

White with #B97D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97D3A; }

 p { color: rgb(185,125,58); }

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

background-color css

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

 a { background-color: rgb(185,125,58); }

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

border-color css

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

 span { border-color: rgb(185,125,58); }

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