Html Css Color HEX #BB8325 Pirate Gold

📋 copy color: '#BB8325'

red 187 ◦ green 131 ◦ blue 37

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

Shades of Pirate Gold #BB8325

Tints of Pirate Gold #BB8325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.42%

R = 52.68%
G = 36.9%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB8325 (or 0xBB8325) is known color: Pirate Gold. HEX triplet: BB, 83 and 25. RGB value is (187,131,37). Sum of RGB (Red+Green+Blue) = 187+131+37=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8325 is #447CDA. Grayscale: #898989. Windows color (decimal): -4488411 or 2458555. OLE color: 2458555.

HSL color Cylindrical-coordinate representation of color #BB8325: hue angle of 37.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB8325 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 131 37 -
CMYK 0 0.30 0.80 0.27
HSL 37.6º 0.67% 0.44% -
HSV(B) 37.6º 0.8% 0.73% -
XYZ 28.94 26.93 5.42 -
YUV 137.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 187 131 37 0 0.30 0.80 0.27 37.6 0.67 0.44
Hex BB 83 25 0 1E 50 1B 26 43 2C
Octal 273 203 45 0 36 120 33 46 103 54
Binary 10111011 10000011 100101 0 11110 1010000 11011 100110 1000011 101100

Color Harmonies of #BB8325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8325

Black with #BB8325

Text Example


Text Example

White with #BB8325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8325; }

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

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

background-color css

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

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

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

border-color css

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

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

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