Html Css Color HEX #BB8026 Pirate Gold

📋 copy color: '#BB8026'

red 187 ◦ green 128 ◦ blue 38

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

Shades of Pirate Gold #BB8026

Tints of Pirate Gold #BB8026

RGB

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

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

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

R = 52.97%
G = 36.26%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB8026 (or 0xBB8026) is known color: Pirate Gold. HEX triplet: BB, 80 and 26. RGB value is (187,128,38). Sum of RGB (Red+Green+Blue) = 187+128+38=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8026 is #447FD9. Grayscale: #878787. Windows color (decimal): -4489178 or 2523323. OLE color: 2523323.

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

Color convert

RGB 187 128 38 -
CMYK 0 0.32 0.80 0.27
HSL 36.24º 0.66% 0.44% -
HSV(B) 36.24º 0.8% 0.73% -
XYZ 28.56 26.14 5.37 -
YUV 135.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 187 128 38 0 0.32 0.80 0.27 36.24 0.66 0.44
Hex BB 80 26 0 20 50 1B 24 42 2C
Octal 273 200 46 0 40 120 33 44 102 54
Binary 10111011 10000000 100110 0 100000 1010000 11011 100100 1000010 101100

Color Harmonies of #BB8026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8026

Black with #BB8026

Text Example


Text Example

White with #BB8026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8026; }

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

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

background-color css

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

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

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

border-color css

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

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

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