Html Css Color HEX #B57A20 Pirate Gold

📋 copy color: '#B57A20'

red 181 ◦ green 122 ◦ blue 32

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

Shades of Pirate Gold #B57A20

Tints of Pirate Gold #B57A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.42%

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

R = 54.03%
G = 36.42%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B57A20 (or 0xB57A20) is known color: Pirate Gold. HEX triplet: B5, 7A and 20. RGB value is (181,122,32). Sum of RGB (Red+Green+Blue) = 181+122+32=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A20 is #4A85DF. Grayscale: #818181. Windows color (decimal): -4883936 or 2128565. OLE color: 2128565.

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

Color convert

RGB 181 122 32 -
CMYK 0 0.33 0.82 0.29
HSL 36.24º 0.7% 0.42% -
HSV(B) 36.24º 0.82% 0.71% -
XYZ 26.28 23.85 4.58 -
YUV 129.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 181 122 32 0 0.33 0.82 0.29 36.24 0.7 0.42
Hex B5 7A 20 0 21 52 1D 24 46 2A
Octal 265 172 40 0 41 122 35 44 106 52
Binary 10110101 1111010 100000 0 100001 1010010 11101 100100 1000110 101010

Color Harmonies of #B57A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A20

Black with #B57A20

Text Example


Text Example

White with #B57A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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