Html Css Color HEX #BB7027 Pirate Gold

📋 copy color: '#BB7027'

red 187 ◦ green 112 ◦ blue 39

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

Shades of Pirate Gold #BB7027

Tints of Pirate Gold #BB7027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 55.33%
G = 33.14%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB7027 (or 0xBB7027) is known color: Pirate Gold. HEX triplet: BB, 70 and 27. RGB value is (187,112,39). Sum of RGB (Red+Green+Blue) = 187+112+39=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7027 is #448FD8. Grayscale: #7E7E7E. Windows color (decimal): -4493273 or 2584763. OLE color: 2584763.

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

Color convert

RGB 187 112 39 -
CMYK 0 0.40 0.79 0.27
HSL 29.59º 0.65% 0.44% -
HSV(B) 29.59º 0.79% 0.73% -
XYZ 26.65 22.3 4.82 -
YUV 126.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 187 112 39 0 0.40 0.79 0.27 29.59 0.65 0.44
Hex BB 70 27 0 28 4F 1B 1E 41 2C
Octal 273 160 47 0 50 117 33 36 101 54
Binary 10111011 1110000 100111 0 101000 1001111 11011 11110 1000001 101100

Color Harmonies of #BB7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7027

Black with #BB7027

Text Example


Text Example

White with #BB7027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7027; }

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

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

background-color css

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

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

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

border-color css

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

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

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