Html Css Color HEX #B87F3F Brandy Punch

📋 copy color: '#B87F3F'

red 184 ◦ green 127 ◦ blue 63

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

Shades of Brandy Punch #B87F3F

Tints of Brandy Punch #B87F3F

RGB

 RED value IS 184 (72.27% from 255) = 49.2%

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

 BLUE value IS 63 (25% from 255) = 16.84%

R = 49.2%
G = 33.96%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B87F3F (or 0xB87F3F) is known color: Brandy Punch. HEX triplet: B8, 7F and 3F. RGB value is (184,127,63). Sum of RGB (Red+Green+Blue) = 184+127+63=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F3F is #4780C0. Grayscale: #898989. Windows color (decimal): -4686017 or 4161464. OLE color: 4161464.

HSL color Cylindrical-coordinate representation of color #B87F3F: hue angle of 31.74º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B87F3F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 127 63 -
CMYK 0 0.31 0.66 0.28
HSL 31.74º 0.49% 0.48% -
HSV(B) 31.74º 0.66% 0.72% -
XYZ 28.25 25.73 8.18 -
YUV 136.75 86.38 161.7 -
System Red Green Blue C M Y K H S L
Decimal 184 127 63 0 0.31 0.66 0.28 31.74 0.49 0.48
Hex B8 7F 3F 0 1F 42 1C 20 31 30
Octal 270 177 77 0 37 102 34 40 61 60
Binary 10111000 1111111 111111 0 11111 1000010 11100 100000 110001 110000

Color Harmonies of #B87F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F3F

Black with #B87F3F

Text Example


Text Example

White with #B87F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F3F; }

 p { color: rgb(184,127,63); }

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

background-color css

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

 a { background-color: rgb(184,127,63); }

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

border-color css

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

 span { border-color: rgb(184,127,63); }

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