Html Css Color HEX #B57721 Pirate Gold

📋 copy color: '#B57721'

red 181 ◦ green 119 ◦ blue 33

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

Shades of Pirate Gold #B57721

Tints of Pirate Gold #B57721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

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

R = 54.35%
G = 35.74%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B57721 (or 0xB57721) is known color: Pirate Gold. HEX triplet: B5, 77 and 21. RGB value is (181,119,33). Sum of RGB (Red+Green+Blue) = 181+119+33=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B57721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57721 is #4A88DE. Grayscale: #808080. Windows color (decimal): -4884703 or 2193333. OLE color: 2193333.

HSL color Cylindrical-coordinate representation of color #B57721: hue angle of 34.86º 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 #B57721 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 33 -
CMYK 0 0.34 0.82 0.29
HSL 34.86º 0.69% 0.42% -
HSV(B) 34.86º 0.82% 0.71% -
XYZ 25.93 23.13 4.54 -
YUV 127.73 74.54 165.99 -
System Red Green Blue C M Y K H S L
Decimal 181 119 33 0 0.34 0.82 0.29 34.86 0.69 0.42
Hex B5 77 21 0 22 52 1D 23 45 2A
Octal 265 167 41 0 42 122 35 43 105 52
Binary 10110101 1110111 100001 0 100010 1010010 11101 100011 1000101 101010

Color Harmonies of #B57721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57721

Black with #B57721

Text Example


Text Example

White with #B57721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57721; }

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

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

background-color css

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

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

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

border-color css

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

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

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