Html Css Color HEX #B37121 Pirate Gold

📋 copy color: '#B37121'

red 179 ◦ green 113 ◦ blue 33

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

Shades of Pirate Gold #B37121

Tints of Pirate Gold #B37121

RGB

 RED value IS 179 (70.31% from 255) = 55.08%

 GREEN value IS 113 (44.53% from 255) = 34.77%

 BLUE value IS 33 (13.28% from 255) = 10.15%

R = 55.08%
G = 34.77%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B37121 (or 0xB37121) is known color: Pirate Gold. HEX triplet: B3, 71 and 21. RGB value is (179,113,33). Sum of RGB (Red+Green+Blue) = 179+113+33=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B37121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37121 is #4C8EDE. Grayscale: #7C7C7C. Windows color (decimal): -5017311 or 2191795. OLE color: 2191795.

HSL color Cylindrical-coordinate representation of color #B37121: hue angle of 32.88º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B37121 is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 33 -
CMYK 0 0.37 0.82 0.30
HSL 32.88º 0.69% 0.42% -
HSV(B) 32.88º 0.82% 0.7% -
XYZ 24.77 21.5 4.28 -
YUV 123.61 76.87 167.5 -
System Red Green Blue C M Y K H S L
Decimal 179 113 33 0 0.37 0.82 0.30 32.88 0.69 0.42
Hex B3 71 21 0 25 52 1E 21 45 2A
Octal 263 161 41 0 45 122 36 41 105 52
Binary 10110011 1110001 100001 0 100101 1010010 11110 100001 1000101 101010

Color Harmonies of #B37121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37121

Black with #B37121

Text Example


Text Example

White with #B37121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37121; }

 p { color: rgb(179,113,33); }

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

background-color css

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

 a { background-color: rgb(179,113,33); }

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

border-color css

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

 span { border-color: rgb(179,113,33); }

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