Html Css Color HEX #B57A1C Pirate Gold

📋 copy color: '#B57A1C'

red 181 ◦ green 122 ◦ blue 28

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

Shades of Pirate Gold #B57A1C

Tints of Pirate Gold #B57A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.46%

R = 54.68%
G = 36.86%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B57A1C (or 0xB57A1C) is known color: Pirate Gold. HEX triplet: B5, 7A and 1C. RGB value is (181,122,28). Sum of RGB (Red+Green+Blue) = 181+122+28=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A1C is #4A85E3. Grayscale: #818181. Windows color (decimal): -4883940 or 1866421. OLE color: 1866421.

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

Color convert

RGB 181 122 28 -
CMYK 0 0.33 0.85 0.29
HSL 36.86º 0.73% 0.41% -
HSV(B) 36.86º 0.85% 0.71% -
XYZ 26.23 23.83 4.32 -
YUV 128.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 181 122 28 0 0.33 0.85 0.29 36.86 0.73 0.41
Hex B5 7A 1C 0 21 55 1D 25 49 29
Octal 265 172 34 0 41 125 35 45 111 51
Binary 10110101 1111010 11100 0 100001 1010101 11101 100101 1001001 101001

Color Harmonies of #B57A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A1C

Black with #B57A1C

Text Example


Text Example

White with #B57A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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