Html Css Color HEX #BB6F20 Pirate Gold

📋 copy color: '#BB6F20'

red 187 ◦ green 111 ◦ blue 32

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

Shades of Pirate Gold #BB6F20

Tints of Pirate Gold #BB6F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 56.67%
G = 33.64%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB6F20 (or 0xBB6F20) is known color: Pirate Gold. HEX triplet: BB, 6F and 20. RGB value is (187,111,32). Sum of RGB (Red+Green+Blue) = 187+111+32=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6F20 is #4490DF. Grayscale: #7D7D7D. Windows color (decimal): -4493536 or 2125755. OLE color: 2125755.

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

Color convert

RGB 187 111 32 -
CMYK 0 0.41 0.83 0.27
HSL 30.58º 0.71% 0.43% -
HSV(B) 30.58º 0.83% 0.73% -
XYZ 26.44 22.04 4.23 -
YUV 124.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 187 111 32 0 0.41 0.83 0.27 30.58 0.71 0.43
Hex BB 6F 20 0 29 53 1B 1F 47 2B
Octal 273 157 40 0 51 123 33 37 107 53
Binary 10111011 1101111 100000 0 101001 1010011 11011 11111 1000111 101011

Color Harmonies of #BB6F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6F20

Black with #BB6F20

Text Example


Text Example

White with #BB6F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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