Html Css Color HEX #BB6C16 Pirate Gold

📋 copy color: '#BB6C16'

red 187 ◦ green 108 ◦ blue 22

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

Shades of Pirate Gold #BB6C16

Tints of Pirate Gold #BB6C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.07%

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 58.99%
G = 34.07%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB6C16 (or 0xBB6C16) is known color: Pirate Gold. HEX triplet: BB, 6C and 16. RGB value is (187,108,22). Sum of RGB (Red+Green+Blue) = 187+108+22=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6C16 is #4493E9. Grayscale: #7A7A7A. Windows color (decimal): -4494314 or 1469627. OLE color: 1469627.

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

Color convert

RGB 187 108 22 -
CMYK 0 0.42 0.88 0.27
HSL 31.27º 0.79% 0.41% -
HSV(B) 31.27º 0.88% 0.73% -
XYZ 26 21.35 3.51 -
YUV 121.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 187 108 22 0 0.42 0.88 0.27 31.27 0.79 0.41
Hex BB 6C 16 0 2A 58 1B 1F 4F 29
Octal 273 154 26 0 52 130 33 37 117 51
Binary 10111011 1101100 10110 0 101010 1011000 11011 11111 1001111 101001

Color Harmonies of #BB6C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C16

Black with #BB6C16

Text Example


Text Example

White with #BB6C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C16; }

 p { color: rgb(187,108,22); }

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

background-color css

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

 a { background-color: rgb(187,108,22); }

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

border-color css

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

 span { border-color: rgb(187,108,22); }

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