Html Css Color HEX #BB7318 Pirate Gold

📋 copy color: '#BB7318'

red 187 ◦ green 115 ◦ blue 24

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

Shades of Pirate Gold #BB7318

Tints of Pirate Gold #BB7318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 57.36%
G = 35.28%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB7318 (or 0xBB7318) is known color: Pirate Gold. HEX triplet: BB, 73 and 18. RGB value is (187,115,24). Sum of RGB (Red+Green+Blue) = 187+115+24=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7318 is #448CE7. Grayscale: #7E7E7E. Windows color (decimal): -4492520 or 1602491. OLE color: 1602491.

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

Color convert

RGB 187 115 24 -
CMYK 0 0.39 0.87 0.27
HSL 33.5º 0.77% 0.41% -
HSV(B) 33.5º 0.87% 0.73% -
XYZ 26.79 22.89 3.87 -
YUV 126.15 70.35 171.4 -
System Red Green Blue C M Y K H S L
Decimal 187 115 24 0 0.39 0.87 0.27 33.5 0.77 0.41
Hex BB 73 18 0 27 57 1B 21 4D 29
Octal 273 163 30 0 47 127 33 41 115 51
Binary 10111011 1110011 11000 0 100111 1010111 11011 100001 1001101 101001

Color Harmonies of #BB7318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7318

Black with #BB7318

Text Example


Text Example

White with #BB7318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7318; }

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

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

background-color css

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

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

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

border-color css

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

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

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