Html Css Color HEX #BB6E17 Pirate Gold

📋 copy color: '#BB6E17'

red 187 ◦ green 110 ◦ blue 23

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

Shades of Pirate Gold #BB6E17

Tints of Pirate Gold #BB6E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.19%

R = 58.44%
G = 34.38%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB6E17 (or 0xBB6E17) is known color: Pirate Gold. HEX triplet: BB, 6E and 17. RGB value is (187,110,23). Sum of RGB (Red+Green+Blue) = 187+110+23=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E17 is #4491E8. Grayscale: #7B7B7B. Windows color (decimal): -4493801 or 1535675. OLE color: 1535675.

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

Color convert

RGB 187 110 23 -
CMYK 0 0.41 0.88 0.27
HSL 31.83º 0.78% 0.41% -
HSV(B) 31.83º 0.88% 0.73% -
XYZ 26.22 21.78 3.63 -
YUV 123.11 71.51 173.57 -
System Red Green Blue C M Y K H S L
Decimal 187 110 23 0 0.41 0.88 0.27 31.83 0.78 0.41
Hex BB 6E 17 0 29 58 1B 20 4E 29
Octal 273 156 27 0 51 130 33 40 116 51
Binary 10111011 1101110 10111 0 101001 1011000 11011 100000 1001110 101001

Color Harmonies of #BB6E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E17

Black with #BB6E17

Text Example


Text Example

White with #BB6E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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