Html Css Color HEX #B57A1E Pirate Gold

📋 copy color: '#B57A1E'

red 181 ◦ green 122 ◦ blue 30

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

Shades of Pirate Gold #B57A1E

Tints of Pirate Gold #B57A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 54.35%
G = 36.64%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B57A1E (or 0xB57A1E) is known color: Pirate Gold. HEX triplet: B5, 7A and 1E. RGB value is (181,122,30). Sum of RGB (Red+Green+Blue) = 181+122+30=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A1E is #4A85E1. Grayscale: #818181. Windows color (decimal): -4883938 or 1997493. OLE color: 1997493.

HSL color Cylindrical-coordinate representation of color #B57A1E: hue angle of 36.56º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B57A1E is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 122 30 -
CMYK 0 0.33 0.83 0.29
HSL 36.56º 0.72% 0.41% -
HSV(B) 36.56º 0.83% 0.71% -
XYZ 26.25 23.84 4.45 -
YUV 129.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 181 122 30 0 0.33 0.83 0.29 36.56 0.72 0.41
Hex B5 7A 1E 0 21 53 1D 25 48 29
Octal 265 172 36 0 41 123 35 45 110 51
Binary 10110101 1111010 11110 0 100001 1010011 11101 100101 1001000 101001

Color Harmonies of #B57A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A1E

Black with #B57A1E

Text Example


Text Example

White with #B57A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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