Html Css Color HEX #BB8029 Pirate Gold

📋 copy color: '#BB8029'

red 187 ◦ green 128 ◦ blue 41

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

Shades of Pirate Gold #BB8029

Tints of Pirate Gold #BB8029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 52.53%
G = 35.96%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB8029 (or 0xBB8029) is known color: Pirate Gold. HEX triplet: BB, 80 and 29. RGB value is (187,128,41). Sum of RGB (Red+Green+Blue) = 187+128+41=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8029 is #447FD6. Grayscale: #888888. Windows color (decimal): -4489175 or 2719931. OLE color: 2719931.

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

Color convert

RGB 187 128 41 -
CMYK 0 0.32 0.78 0.27
HSL 35.75º 0.64% 0.45% -
HSV(B) 35.75º 0.78% 0.73% -
XYZ 28.61 26.16 5.64 -
YUV 135.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 187 128 41 0 0.32 0.78 0.27 35.75 0.64 0.45
Hex BB 80 29 0 20 4E 1B 24 40 2D
Octal 273 200 51 0 40 116 33 44 100 55
Binary 10111011 10000000 101001 0 100000 1001110 11011 100100 1000000 101101

Color Harmonies of #BB8029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8029

Black with #BB8029

Text Example


Text Example

White with #BB8029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8029; }

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

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

background-color css

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

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

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

border-color css

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

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

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