Html Css Color HEX #BB7626 Pirate Gold

📋 copy color: '#BB7626'

red 187 ◦ green 118 ◦ blue 38

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

Shades of Pirate Gold #BB7626

Tints of Pirate Gold #BB7626

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.4%

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

R = 54.52%
G = 34.4%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB7626 (or 0xBB7626) is known color: Pirate Gold. HEX triplet: BB, 76 and 26. RGB value is (187,118,38). Sum of RGB (Red+Green+Blue) = 187+118+38=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7626 is #4489D9. Grayscale: #818181. Windows color (decimal): -4491738 or 2520763. OLE color: 2520763.

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

Color convert

RGB 187 118 38 -
CMYK 0 0.37 0.80 0.27
HSL 32.21º 0.66% 0.44% -
HSV(B) 32.21º 0.8% 0.73% -
XYZ 27.32 23.66 4.96 -
YUV 129.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 187 118 38 0 0.37 0.80 0.27 32.21 0.66 0.44
Hex BB 76 26 0 25 50 1B 20 42 2C
Octal 273 166 46 0 45 120 33 40 102 54
Binary 10111011 1110110 100110 0 100101 1010000 11011 100000 1000010 101100

Color Harmonies of #BB7626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7626

Black with #BB7626

Text Example


Text Example

White with #BB7626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7626; }

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

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

background-color css

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

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

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

border-color css

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

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

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