Html Css Color HEX #B57221 Pirate Gold

📋 copy color: '#B57221'

red 181 ◦ green 114 ◦ blue 33

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

Shades of Pirate Gold #B57221

Tints of Pirate Gold #B57221

RGB

 RED value IS 181 (71.09% from 255) = 55.18%

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 55.18%
G = 34.76%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B57221 (or 0xB57221) is known color: Pirate Gold. HEX triplet: B5, 72 and 21. RGB value is (181,114,33). Sum of RGB (Red+Green+Blue) = 181+114+33=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B57221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57221 is #4A8DDE. Grayscale: #7D7D7D. Windows color (decimal): -4885983 or 2192053. OLE color: 2192053.

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

Color convert

RGB 181 114 33 -
CMYK 0 0.37 0.82 0.29
HSL 32.84º 0.69% 0.42% -
HSV(B) 32.84º 0.82% 0.71% -
XYZ 25.35 21.97 4.34 -
YUV 124.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 181 114 33 0 0.37 0.82 0.29 32.84 0.69 0.42
Hex B5 72 21 0 25 52 1D 21 45 2A
Octal 265 162 41 0 45 122 35 41 105 52
Binary 10110101 1110010 100001 0 100101 1010010 11101 100001 1000101 101010

Color Harmonies of #B57221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57221

Black with #B57221

Text Example


Text Example

White with #B57221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57221; }

 p { color: rgb(181,114,33); }

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

background-color css

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

 a { background-color: rgb(181,114,33); }

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

border-color css

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

 span { border-color: rgb(181,114,33); }

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