Html Css Color HEX #BB8121 Pirate Gold

📋 copy color: '#BB8121'

red 187 ◦ green 129 ◦ blue 33

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

Shades of Pirate Gold #BB8121

Tints of Pirate Gold #BB8121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.46%

R = 53.58%
G = 36.96%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB8121 (or 0xBB8121) is known color: Pirate Gold. HEX triplet: BB, 81 and 21. RGB value is (187,129,33). Sum of RGB (Red+Green+Blue) = 187+129+33=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 33 (13.28% from 255 or 9.46% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8121 is #447EDE. Grayscale: #878787. Windows color (decimal): -4488927 or 2195899. OLE color: 2195899.

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

Color convert

RGB 187 129 33 -
CMYK 0 0.31 0.82 0.27
HSL 37.4º 0.7% 0.43% -
HSV(B) 37.4º 0.82% 0.73% -
XYZ 28.62 26.38 5.02 -
YUV 135.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 187 129 33 0 0.31 0.82 0.27 37.4 0.7 0.43
Hex BB 81 21 0 1F 52 1B 25 46 2B
Octal 273 201 41 0 37 122 33 45 106 53
Binary 10111011 10000001 100001 0 11111 1010010 11011 100101 1000110 101011

Color Harmonies of #BB8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8121

Black with #BB8121

Text Example


Text Example

White with #BB8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8121; }

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

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

background-color css

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

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

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

border-color css

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

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

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