Html Css Color HEX #BB8027 Pirate Gold

📋 copy color: '#BB8027'

red 187 ◦ green 128 ◦ blue 39

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

Shades of Pirate Gold #BB8027

Tints of Pirate Gold #BB8027

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 52.82%
G = 36.16%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB8027 (or 0xBB8027) is known color: Pirate Gold. HEX triplet: BB, 80 and 27. RGB value is (187,128,39). Sum of RGB (Red+Green+Blue) = 187+128+39=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8027 is #447FD8. Grayscale: #878787. Windows color (decimal): -4489177 or 2588859. OLE color: 2588859.

HSL color Cylindrical-coordinate representation of color #BB8027: hue angle of 36.08º 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 #BB8027 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 39 -
CMYK 0 0.32 0.79 0.27
HSL 36.08º 0.65% 0.44% -
HSV(B) 36.08º 0.79% 0.73% -
XYZ 28.58 26.15 5.46 -
YUV 135.5 73.55 164.74 -
System Red Green Blue C M Y K H S L
Decimal 187 128 39 0 0.32 0.79 0.27 36.08 0.65 0.44
Hex BB 80 27 0 20 4F 1B 24 41 2C
Octal 273 200 47 0 40 117 33 44 101 54
Binary 10111011 10000000 100111 0 100000 1001111 11011 100100 1000001 101100

Color Harmonies of #BB8027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8027

Black with #BB8027

Text Example


Text Example

White with #BB8027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8027; }

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

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

background-color css

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

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

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

border-color css

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

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

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