Html Css Color HEX #BB6D16 Pirate Gold

📋 copy color: '#BB6D16'

red 187 ◦ green 109 ◦ blue 22

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

Shades of Pirate Gold #BB6D16

Tints of Pirate Gold #BB6D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.28%

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

R = 58.81%
G = 34.28%
B = 6.92%

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

#BB6D16 (or 0xBB6D16) is known color: Pirate Gold. HEX triplet: BB, 6D and 16. RGB value is (187,109,22). Sum of RGB (Red+Green+Blue) = 187+109+22=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6D16 is #4492E9. Grayscale: #7A7A7A. Windows color (decimal): -4494058 or 1469883. OLE color: 1469883.

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

Color convert

RGB 187 109 22 -
CMYK 0 0.42 0.88 0.27
HSL 31.64º 0.79% 0.41% -
HSV(B) 31.64º 0.88% 0.73% -
XYZ 26.11 21.56 3.54 -
YUV 122.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 187 109 22 0 0.42 0.88 0.27 31.64 0.79 0.41
Hex BB 6D 16 0 2A 58 1B 20 4F 29
Octal 273 155 26 0 52 130 33 40 117 51
Binary 10111011 1101101 10110 0 101010 1011000 11011 100000 1001111 101001

Color Harmonies of #BB6D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6D16

Black with #BB6D16

Text Example


Text Example

White with #BB6D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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