Html Css Color HEX #BB6E1C Pirate Gold

📋 copy color: '#BB6E1C'

red 187 ◦ green 110 ◦ blue 28

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

Shades of Pirate Gold #BB6E1C

Tints of Pirate Gold #BB6E1C

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.85%

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 57.54%
G = 33.85%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB6E1C (or 0xBB6E1C) is known color: Pirate Gold. HEX triplet: BB, 6E and 1C. RGB value is (187,110,28). Sum of RGB (Red+Green+Blue) = 187+110+28=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E1C is #4491E3. Grayscale: #7C7C7C. Windows color (decimal): -4493796 or 1863355. OLE color: 1863355.

HSL color Cylindrical-coordinate representation of color #BB6E1C: hue angle of 30.94º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB6E1C is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 110 28 -
CMYK 0 0.41 0.85 0.27
HSL 30.94º 0.74% 0.42% -
HSV(B) 30.94º 0.85% 0.73% -
XYZ 26.28 21.8 3.92 -
YUV 123.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 187 110 28 0 0.41 0.85 0.27 30.94 0.74 0.42
Hex BB 6E 1C 0 29 55 1B 1F 4A 2A
Octal 273 156 34 0 51 125 33 37 112 52
Binary 10111011 1101110 11100 0 101001 1010101 11011 11111 1001010 101010

Color Harmonies of #BB6E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E1C

Black with #BB6E1C

Text Example


Text Example

White with #BB6E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E1C; }

 p { color: rgb(187,110,28); }

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

background-color css

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

 a { background-color: rgb(187,110,28); }

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

border-color css

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

 span { border-color: rgb(187,110,28); }

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