Html Css Color HEX #B87C3A Brandy Punch

📋 copy color: '#B87C3A'

red 184 ◦ green 124 ◦ blue 58

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

Shades of Brandy Punch #B87C3A

Tints of Brandy Punch #B87C3A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

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

R = 50.27%
G = 33.88%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B87C3A (or 0xB87C3A) is known color: Brandy Punch. HEX triplet: B8, 7C and 3A. RGB value is (184,124,58). Sum of RGB (Red+Green+Blue) = 184+124+58=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87C3A is #4783C5. Grayscale: #868686. Windows color (decimal): -4686790 or 3833016. OLE color: 3833016.

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

Color convert

RGB 184 124 58 -
CMYK 0 0.33 0.68 0.28
HSL 31.43º 0.52% 0.47% -
HSV(B) 31.43º 0.68% 0.72% -
XYZ 27.74 24.91 7.35 -
YUV 134.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 184 124 58 0 0.33 0.68 0.28 31.43 0.52 0.47
Hex B8 7C 3A 0 21 44 1C 1F 34 2F
Octal 270 174 72 0 41 104 34 37 64 57
Binary 10111000 1111100 111010 0 100001 1000100 11100 11111 110100 101111

Color Harmonies of #B87C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C3A

Black with #B87C3A

Text Example


Text Example

White with #B87C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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