Html Css Color HEX #BB7017 Pirate Gold

📋 copy color: '#BB7017'

red 187 ◦ green 112 ◦ blue 23

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

Shades of Pirate Gold #BB7017

Tints of Pirate Gold #BB7017

RGB

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

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

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

R = 58.07%
G = 34.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB7017 (or 0xBB7017) is known color: Pirate Gold. HEX triplet: BB, 70 and 17. RGB value is (187,112,23). Sum of RGB (Red+Green+Blue) = 187+112+23=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7017 is #448FE8. Grayscale: #7C7C7C. Windows color (decimal): -4493289 or 1536187. OLE color: 1536187.

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

Color convert

RGB 187 112 23 -
CMYK 0 0.40 0.88 0.27
HSL 32.56º 0.78% 0.41% -
HSV(B) 32.56º 0.88% 0.73% -
XYZ 26.44 22.22 3.7 -
YUV 124.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 187 112 23 0 0.40 0.88 0.27 32.56 0.78 0.41
Hex BB 70 17 0 28 58 1B 21 4E 29
Octal 273 160 27 0 50 130 33 41 116 51
Binary 10111011 1110000 10111 0 101000 1011000 11011 100001 1001110 101001

Color Harmonies of #BB7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7017

Black with #BB7017

Text Example


Text Example

White with #BB7017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7017; }

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

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

background-color css

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

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

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

border-color css

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

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

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