Html Css Color HEX #BB6F16 Pirate Gold

📋 copy color: '#BB6F16'

red 187 ◦ green 111 ◦ blue 22

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

Shades of Pirate Gold #BB6F16

Tints of Pirate Gold #BB6F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

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

R = 58.44%
G = 34.69%
B = 6.88%

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

#BB6F16 (or 0xBB6F16) is known color: Pirate Gold. HEX triplet: BB, 6F and 16. RGB value is (187,111,22). Sum of RGB (Red+Green+Blue) = 187+111+22=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6F16 is #4490E9. Grayscale: #7C7C7C. Windows color (decimal): -4493546 or 1470395. OLE color: 1470395.

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

Color convert

RGB 187 111 22 -
CMYK 0 0.41 0.88 0.27
HSL 32.36º 0.79% 0.41% -
HSV(B) 32.36º 0.88% 0.73% -
XYZ 26.32 21.99 3.62 -
YUV 123.58 70.68 173.24 -
System Red Green Blue C M Y K H S L
Decimal 187 111 22 0 0.41 0.88 0.27 32.36 0.79 0.41
Hex BB 6F 16 0 29 58 1B 20 4F 29
Octal 273 157 26 0 51 130 33 40 117 51
Binary 10111011 1101111 10110 0 101001 1011000 11011 100000 1001111 101001

Color Harmonies of #BB6F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F16

Black with #BB6F16

Text Example


Text Example

White with #BB6F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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