Html Css Color HEX #BB7326 Pirate Gold

📋 copy color: '#BB7326'

red 187 ◦ green 115 ◦ blue 38

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

Shades of Pirate Gold #BB7326

Tints of Pirate Gold #BB7326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

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

R = 55%
G = 33.82%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB7326 (or 0xBB7326) is known color: Pirate Gold. HEX triplet: BB, 73 and 26. RGB value is (187,115,38). Sum of RGB (Red+Green+Blue) = 187+115+38=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7326 is #448CD9. Grayscale: #808080. Windows color (decimal): -4492506 or 2519995. OLE color: 2519995.

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

Color convert

RGB 187 115 38 -
CMYK 0 0.39 0.80 0.27
HSL 31.01º 0.66% 0.44% -
HSV(B) 31.01º 0.8% 0.73% -
XYZ 26.97 22.97 4.84 -
YUV 127.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 187 115 38 0 0.39 0.80 0.27 31.01 0.66 0.44
Hex BB 73 26 0 27 50 1B 1F 42 2C
Octal 273 163 46 0 47 120 33 37 102 54
Binary 10111011 1110011 100110 0 100111 1010000 11011 11111 1000010 101100

Color Harmonies of #BB7326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7326

Black with #BB7326

Text Example


Text Example

White with #BB7326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7326; }

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

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

background-color css

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

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

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

border-color css

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

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

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