Html Css Color HEX #BB8320 Pirate Gold

📋 copy color: '#BB8320'

red 187 ◦ green 131 ◦ blue 32

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

Shades of Pirate Gold #BB8320

Tints of Pirate Gold #BB8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.43%

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

R = 53.43%
G = 37.43%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB8320 (or 0xBB8320) is known color: Pirate Gold. HEX triplet: BB, 83 and 20. RGB value is (187,131,32). Sum of RGB (Red+Green+Blue) = 187+131+32=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 32 (12.89% from 255 or 9.14% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8320 is #447CDF. Grayscale: #888888. Windows color (decimal): -4488416 or 2130875. OLE color: 2130875.

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

Color convert

RGB 187 131 32 -
CMYK 0 0.30 0.83 0.27
HSL 38.32º 0.71% 0.43% -
HSV(B) 38.32º 0.83% 0.73% -
XYZ 28.87 26.9 5.04 -
YUV 136.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 187 131 32 0 0.30 0.83 0.27 38.32 0.71 0.43
Hex BB 83 20 0 1E 53 1B 26 47 2B
Octal 273 203 40 0 36 123 33 46 107 53
Binary 10111011 10000011 100000 0 11110 1010011 11011 100110 1000111 101011

Color Harmonies of #BB8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8320

Black with #BB8320

Text Example


Text Example

White with #BB8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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