Html Css Color HEX #B57820 Pirate Gold

📋 copy color: '#B57820'

red 181 ◦ green 120 ◦ blue 32

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

Shades of Pirate Gold #B57820

Tints of Pirate Gold #B57820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.04%

 BLUE value IS 32 (12.89% from 255) = 9.61%

R = 54.35%
G = 36.04%
B = 9.61%

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

#B57820 (or 0xB57820) is known color: Pirate Gold. HEX triplet: B5, 78 and 20. RGB value is (181,120,32). Sum of RGB (Red+Green+Blue) = 181+120+32=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B57820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57820 is #4A87DF. Grayscale: #808080. Windows color (decimal): -4884448 or 2128053. OLE color: 2128053.

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

Color convert

RGB 181 120 32 -
CMYK 0 0.34 0.82 0.29
HSL 35.44º 0.7% 0.42% -
HSV(B) 35.44º 0.82% 0.71% -
XYZ 26.03 23.36 4.5 -
YUV 128.21 73.71 165.66 -
System Red Green Blue C M Y K H S L
Decimal 181 120 32 0 0.34 0.82 0.29 35.44 0.7 0.42
Hex B5 78 20 0 22 52 1D 23 46 2A
Octal 265 170 40 0 42 122 35 43 106 52
Binary 10110101 1111000 100000 0 100010 1010010 11101 100011 1000110 101010

Color Harmonies of #B57820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57820

Black with #B57820

Text Example


Text Example

White with #B57820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57820; }

 p { color: rgb(181,120,32); }

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

background-color css

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

 a { background-color: rgb(181,120,32); }

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

border-color css

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

 span { border-color: rgb(181,120,32); }

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