Html Css Color HEX #BB731D Pirate Gold

📋 copy color: '#BB731D'

red 187 ◦ green 115 ◦ blue 29

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

Shades of Pirate Gold #BB731D

Tints of Pirate Gold #BB731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.74%

 BLUE value IS 29 (11.72% from 255) = 8.76%

R = 56.5%
G = 34.74%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB731D (or 0xBB731D) is known color: Pirate Gold. HEX triplet: BB, 73 and 1D. RGB value is (187,115,29). Sum of RGB (Red+Green+Blue) = 187+115+29=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB731D is #448CE2. Grayscale: #7F7F7F. Windows color (decimal): -4492515 or 1930171. OLE color: 1930171.

HSL color Cylindrical-coordinate representation of color #BB731D: hue angle of 32.66º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB731D is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 29 -
CMYK 0 0.39 0.84 0.27
HSL 32.66º 0.73% 0.42% -
HSV(B) 32.66º 0.84% 0.73% -
XYZ 26.85 22.91 4.17 -
YUV 126.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 187 115 29 0 0.39 0.84 0.27 32.66 0.73 0.42
Hex BB 73 1D 0 27 54 1B 21 49 2A
Octal 273 163 35 0 47 124 33 41 111 52
Binary 10111011 1110011 11101 0 100111 1010100 11011 100001 1001001 101010

Color Harmonies of #BB731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB731D

Black with #BB731D

Text Example


Text Example

White with #BB731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB731D; }

 p { color: rgb(187,115,29); }

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

background-color css

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

 a { background-color: rgb(187,115,29); }

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

border-color css

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

 span { border-color: rgb(187,115,29); }

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