Html Css Color HEX #B87E20 Pirate Gold

📋 copy color: '#B87E20'

red 184 ◦ green 126 ◦ blue 32

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

Shades of Pirate Gold #B87E20

Tints of Pirate Gold #B87E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.84%

 BLUE value IS 32 (12.89% from 255) = 9.36%

R = 53.8%
G = 36.84%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B87E20 (or 0xB87E20) is known color: Pirate Gold. HEX triplet: B8, 7E and 20. RGB value is (184,126,32). Sum of RGB (Red+Green+Blue) = 184+126+32=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 126 (49.61% from 255 or 36.84% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B87E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87E20 is #4781DF. Grayscale: #858585. Windows color (decimal): -4686304 or 2129592. OLE color: 2129592.

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

Color convert

RGB 184 126 32 -
CMYK 0 0.32 0.83 0.28
HSL 37.11º 0.7% 0.42% -
HSV(B) 37.11º 0.83% 0.72% -
XYZ 27.49 25.22 4.78 -
YUV 132.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 184 126 32 0 0.32 0.83 0.28 37.11 0.7 0.42
Hex B8 7E 20 0 20 53 1C 25 46 2A
Octal 270 176 40 0 40 123 34 45 106 52
Binary 10111000 1111110 100000 0 100000 1010011 11100 100101 1000110 101010

Color Harmonies of #B87E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87E20

Black with #B87E20

Text Example


Text Example

White with #B87E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87E20; }

 p { color: rgb(184,126,32); }

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

background-color css

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

 a { background-color: rgb(184,126,32); }

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

border-color css

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

 span { border-color: rgb(184,126,32); }

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