Html Css Color HEX #B97F3A Brandy Punch

📋 copy color: '#B97F3A'

red 185 ◦ green 127 ◦ blue 58

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

Shades of Brandy Punch #B97F3A

Tints of Brandy Punch #B97F3A

RGB

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

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

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

R = 50%
G = 34.32%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B97F3A (or 0xB97F3A) is known color: Brandy Punch. HEX triplet: B9, 7F and 3A. RGB value is (185,127,58). Sum of RGB (Red+Green+Blue) = 185+127+58=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97F3A is #4680C5. Grayscale: #888888. Windows color (decimal): -4620486 or 3833785. OLE color: 3833785.

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

Color convert

RGB 185 127 58 -
CMYK 0 0.31 0.69 0.27
HSL 32.6º 0.52% 0.48% -
HSV(B) 32.6º 0.69% 0.73% -
XYZ 28.36 25.8 7.49 -
YUV 136.48 83.72 162.61 -
System Red Green Blue C M Y K H S L
Decimal 185 127 58 0 0.31 0.69 0.27 32.6 0.52 0.48
Hex B9 7F 3A 0 1F 45 1B 21 34 30
Octal 271 177 72 0 37 105 33 41 64 60
Binary 10111001 1111111 111010 0 11111 1000101 11011 100001 110100 110000

Color Harmonies of #B97F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97F3A

Black with #B97F3A

Text Example


Text Example

White with #B97F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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