Html Css Color HEX #BB8226 Pirate Gold

📋 copy color: '#BB8226'

red 187 ◦ green 130 ◦ blue 38

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

Shades of Pirate Gold #BB8226

Tints of Pirate Gold #BB8226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.62%

 BLUE value IS 38 (15.23% from 255) = 10.7%

R = 52.68%
G = 36.62%
B = 10.7%

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

#BB8226 (or 0xBB8226) is known color: Pirate Gold. HEX triplet: BB, 82 and 26. RGB value is (187,130,38). Sum of RGB (Red+Green+Blue) = 187+130+38=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8226 is #447DD9. Grayscale: #888888. Windows color (decimal): -4488666 or 2523835. OLE color: 2523835.

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

Color convert

RGB 187 130 38 -
CMYK 0 0.30 0.80 0.27
HSL 37.05º 0.66% 0.44% -
HSV(B) 37.05º 0.8% 0.73% -
XYZ 28.83 26.67 5.46 -
YUV 136.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 187 130 38 0 0.30 0.80 0.27 37.05 0.66 0.44
Hex BB 82 26 0 1E 50 1B 25 42 2C
Octal 273 202 46 0 36 120 33 45 102 54
Binary 10111011 10000010 100110 0 11110 1010000 11011 100101 1000010 101100

Color Harmonies of #BB8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8226

Black with #BB8226

Text Example


Text Example

White with #BB8226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8226; }

 p { color: rgb(187,130,38); }

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

background-color css

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

 a { background-color: rgb(187,130,38); }

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

border-color css

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

 span { border-color: rgb(187,130,38); }

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