Html Css Color HEX #BB8028 Pirate Gold

📋 copy color: '#BB8028'

red 187 ◦ green 128 ◦ blue 40

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

Shades of Pirate Gold #BB8028

Tints of Pirate Gold #BB8028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 52.68%
G = 36.06%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB8028 (or 0xBB8028) is known color: Pirate Gold. HEX triplet: BB, 80 and 28. RGB value is (187,128,40). Sum of RGB (Red+Green+Blue) = 187+128+40=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8028 is #447FD7. Grayscale: #888888. Windows color (decimal): -4489176 or 2654395. OLE color: 2654395.

HSL color Cylindrical-coordinate representation of color #BB8028: hue angle of 35.92º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB8028 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 128 40 -
CMYK 0 0.32 0.79 0.27
HSL 35.92º 0.65% 0.45% -
HSV(B) 35.92º 0.79% 0.73% -
XYZ 28.6 26.16 5.55 -
YUV 135.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 187 128 40 0 0.32 0.79 0.27 35.92 0.65 0.45
Hex BB 80 28 0 20 4F 1B 24 41 2D
Octal 273 200 50 0 40 117 33 44 101 55
Binary 10111011 10000000 101000 0 100000 1001111 11011 100100 1000001 101101

Color Harmonies of #BB8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8028

Black with #BB8028

Text Example


Text Example

White with #BB8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8028; }

 p { color: rgb(187,128,40); }

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

background-color css

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

 a { background-color: rgb(187,128,40); }

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

border-color css

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

 span { border-color: rgb(187,128,40); }

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