Html Css Color HEX #BB7A26 Pirate Gold

📋 copy color: '#BB7A26'

red 187 ◦ green 122 ◦ blue 38

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

Shades of Pirate Gold #BB7A26

Tints of Pirate Gold #BB7A26

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.16%

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

R = 53.89%
G = 35.16%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB7A26 (or 0xBB7A26) is known color: Pirate Gold. HEX triplet: BB, 7A and 26. RGB value is (187,122,38). Sum of RGB (Red+Green+Blue) = 187+122+38=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A26 is #4485D9. Grayscale: #848484. Windows color (decimal): -4490714 or 2521787. OLE color: 2521787.

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

Color convert

RGB 187 122 38 -
CMYK 0 0.35 0.80 0.27
HSL 33.83º 0.66% 0.44% -
HSV(B) 33.83º 0.8% 0.73% -
XYZ 27.8 24.62 5.12 -
YUV 131.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 187 122 38 0 0.35 0.80 0.27 33.83 0.66 0.44
Hex BB 7A 26 0 23 50 1B 22 42 2C
Octal 273 172 46 0 43 120 33 42 102 54
Binary 10111011 1111010 100110 0 100011 1010000 11011 100010 1000010 101100

Color Harmonies of #BB7A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A26

Black with #BB7A26

Text Example


Text Example

White with #BB7A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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