Html Css Color HEX #BB8127 Pirate Gold

📋 copy color: '#BB8127'

red 187 ◦ green 129 ◦ blue 39

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

Shades of Pirate Gold #BB8127

Tints of Pirate Gold #BB8127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.99%

R = 52.68%
G = 36.34%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB8127 (or 0xBB8127) is known color: Pirate Gold. HEX triplet: BB, 81 and 27. RGB value is (187,129,39). Sum of RGB (Red+Green+Blue) = 187+129+39=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8127 is #447ED8. Grayscale: #888888. Windows color (decimal): -4488921 or 2589115. OLE color: 2589115.

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

Color convert

RGB 187 129 39 -
CMYK 0 0.31 0.79 0.27
HSL 36.49º 0.65% 0.44% -
HSV(B) 36.49º 0.79% 0.73% -
XYZ 28.71 26.41 5.5 -
YUV 136.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 187 129 39 0 0.31 0.79 0.27 36.49 0.65 0.44
Hex BB 81 27 0 1F 4F 1B 24 41 2C
Octal 273 201 47 0 37 117 33 44 101 54
Binary 10111011 10000001 100111 0 11111 1001111 11011 100100 1000001 101100

Color Harmonies of #BB8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8127

Black with #BB8127

Text Example


Text Example

White with #BB8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8127; }

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

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

background-color css

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

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

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

border-color css

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

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

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