Html Css Color HEX #BB8124 Pirate Gold

📋 copy color: '#BB8124'

red 187 ◦ green 129 ◦ blue 36

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

Shades of Pirate Gold #BB8124

Tints of Pirate Gold #BB8124

RGB

 RED value IS 187 (73.44% from 255) = 53.13%

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

 BLUE value IS 36 (14.45% from 255) = 10.23%

R = 53.13%
G = 36.65%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB8124 (or 0xBB8124) is known color: Pirate Gold. HEX triplet: BB, 81 and 24. RGB value is (187,129,36). Sum of RGB (Red+Green+Blue) = 187+129+36=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8124 is #447EDB. Grayscale: #888888. Windows color (decimal): -4488924 or 2392507. OLE color: 2392507.

HSL color Cylindrical-coordinate representation of color #BB8124: hue angle of 36.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB8124 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 36 -
CMYK 0 0.31 0.81 0.27
HSL 36.95º 0.68% 0.44% -
HSV(B) 36.95º 0.81% 0.73% -
XYZ 28.66 26.39 5.25 -
YUV 135.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 187 129 36 0 0.31 0.81 0.27 36.95 0.68 0.44
Hex BB 81 24 0 1F 51 1B 25 44 2C
Octal 273 201 44 0 37 121 33 45 104 54
Binary 10111011 10000001 100100 0 11111 1010001 11011 100101 1000100 101100

Color Harmonies of #BB8124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8124

Black with #BB8124

Text Example


Text Example

White with #BB8124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8124; }

 p { color: rgb(187,129,36); }

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

background-color css

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

 a { background-color: rgb(187,129,36); }

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

border-color css

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

 span { border-color: rgb(187,129,36); }

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