Html Css Color HEX #BB8125 Pirate Gold

📋 copy color: '#BB8125'

red 187 ◦ green 129 ◦ blue 37

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

Shades of Pirate Gold #BB8125

Tints of Pirate Gold #BB8125

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 52.97%
G = 36.54%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB8125 (or 0xBB8125) is known color: Pirate Gold. HEX triplet: BB, 81 and 25. RGB value is (187,129,37). Sum of RGB (Red+Green+Blue) = 187+129+37=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8125 is #447EDA. Grayscale: #888888. Windows color (decimal): -4488923 or 2458043. OLE color: 2458043.

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

Color convert

RGB 187 129 37 -
CMYK 0 0.31 0.80 0.27
HSL 36.8º 0.67% 0.44% -
HSV(B) 36.8º 0.8% 0.73% -
XYZ 28.68 26.4 5.33 -
YUV 135.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 187 129 37 0 0.31 0.80 0.27 36.8 0.67 0.44
Hex BB 81 25 0 1F 50 1B 25 43 2C
Octal 273 201 45 0 37 120 33 45 103 54
Binary 10111011 10000001 100101 0 11111 1010000 11011 100101 1000011 101100

Color Harmonies of #BB8125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8125

Black with #BB8125

Text Example


Text Example

White with #BB8125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8125; }

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

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

background-color css

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

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

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

border-color css

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

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

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