Html Css Color HEX #B88120 Pirate Gold

📋 copy color: '#B88120'

red 184 ◦ green 129 ◦ blue 32

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

Shades of Pirate Gold #B88120

Tints of Pirate Gold #B88120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.39%

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

R = 53.33%
G = 37.39%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B88120 (or 0xB88120) is known color: Pirate Gold. HEX triplet: B8, 81 and 20. RGB value is (184,129,32). Sum of RGB (Red+Green+Blue) = 184+129+32=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B88120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88120 is #477EDF. Grayscale: #868686. Windows color (decimal): -4685536 or 2130360. OLE color: 2130360.

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

Color convert

RGB 184 129 32 -
CMYK 0 0.30 0.83 0.28
HSL 38.29º 0.7% 0.42% -
HSV(B) 38.29º 0.83% 0.72% -
XYZ 27.88 26 4.91 -
YUV 134.39 70.22 163.39 -
System Red Green Blue C M Y K H S L
Decimal 184 129 32 0 0.30 0.83 0.28 38.29 0.7 0.42
Hex B8 81 20 0 1E 53 1C 26 46 2A
Octal 270 201 40 0 36 123 34 46 106 52
Binary 10111000 10000001 100000 0 11110 1010011 11100 100110 1000110 101010

Color Harmonies of #B88120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88120

Black with #B88120

Text Example


Text Example

White with #B88120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88120; }

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

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

background-color css

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

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

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

border-color css

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

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

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