Html Css Color HEX #B87A20 Pirate Gold

📋 copy color: '#B87A20'

red 184 ◦ green 122 ◦ blue 32

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

Shades of Pirate Gold #B87A20

Tints of Pirate Gold #B87A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.09%

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

R = 54.44%
G = 36.09%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B87A20 (or 0xB87A20) is known color: Pirate Gold. HEX triplet: B8, 7A and 20. RGB value is (184,122,32). Sum of RGB (Red+Green+Blue) = 184+122+32=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A20 is #4785DF. Grayscale: #828282. Windows color (decimal): -4687328 or 2128568. OLE color: 2128568.

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

Color convert

RGB 184 122 32 -
CMYK 0 0.34 0.83 0.28
HSL 35.53º 0.7% 0.42% -
HSV(B) 35.53º 0.83% 0.72% -
XYZ 26.99 24.21 4.62 -
YUV 130.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 184 122 32 0 0.34 0.83 0.28 35.53 0.7 0.42
Hex B8 7A 20 0 22 53 1C 24 46 2A
Octal 270 172 40 0 42 123 34 44 106 52
Binary 10111000 1111010 100000 0 100010 1010011 11100 100100 1000110 101010

Color Harmonies of #B87A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87A20

Black with #B87A20

Text Example


Text Example

White with #B87A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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