Html Css Color HEX #BB7020 Pirate Gold

📋 copy color: '#BB7020'

red 187 ◦ green 112 ◦ blue 32

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

Shades of Pirate Gold #BB7020

Tints of Pirate Gold #BB7020

RGB

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

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

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

R = 56.5%
G = 33.84%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB7020 (or 0xBB7020) is known color: Pirate Gold. HEX triplet: BB, 70 and 20. RGB value is (187,112,32). Sum of RGB (Red+Green+Blue) = 187+112+32=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7020 is #448FDF. Grayscale: #7D7D7D. Windows color (decimal): -4493280 or 2126011. OLE color: 2126011.

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

Color convert

RGB 187 112 32 -
CMYK 0 0.40 0.83 0.27
HSL 30.97º 0.71% 0.43% -
HSV(B) 30.97º 0.83% 0.73% -
XYZ 26.55 22.26 4.26 -
YUV 125.31 75.35 172 -
System Red Green Blue C M Y K H S L
Decimal 187 112 32 0 0.40 0.83 0.27 30.97 0.71 0.43
Hex BB 70 20 0 28 53 1B 1F 47 2B
Octal 273 160 40 0 50 123 33 37 107 53
Binary 10111011 1110000 100000 0 101000 1010011 11011 11111 1000111 101011

Color Harmonies of #BB7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7020

Black with #BB7020

Text Example


Text Example

White with #BB7020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7020; }

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

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

background-color css

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

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

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

border-color css

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

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

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