Html Css Color HEX #B87D3A Brandy Punch

📋 copy color: '#B87D3A'

red 184 ◦ green 125 ◦ blue 58

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

Shades of Brandy Punch #B87D3A

Tints of Brandy Punch #B87D3A

RGB

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

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

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

R = 50.14%
G = 34.06%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B87D3A (or 0xB87D3A) is known color: Brandy Punch. HEX triplet: B8, 7D and 3A. RGB value is (184,125,58). Sum of RGB (Red+Green+Blue) = 184+125+58=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87D3A is #4782C5. Grayscale: #878787. Windows color (decimal): -4686534 or 3833272. OLE color: 3833272.

HSL color Cylindrical-coordinate representation of color #B87D3A: hue angle of 31.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B87D3A is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 125 58 -
CMYK 0 0.32 0.68 0.28
HSL 31.9º 0.52% 0.47% -
HSV(B) 31.9º 0.68% 0.72% -
XYZ 27.86 25.16 7.39 -
YUV 135 84.55 162.95 -
System Red Green Blue C M Y K H S L
Decimal 184 125 58 0 0.32 0.68 0.28 31.9 0.52 0.47
Hex B8 7D 3A 0 20 44 1C 20 34 2F
Octal 270 175 72 0 40 104 34 40 64 57
Binary 10111000 1111101 111010 0 100000 1000100 11100 100000 110100 101111

Color Harmonies of #B87D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D3A

Black with #B87D3A

Text Example


Text Example

White with #B87D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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