Html Css Color HEX #B57229 Pirate Gold

📋 copy color: '#B57229'

red 181 ◦ green 114 ◦ blue 41

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

Shades of Pirate Gold #B57229

Tints of Pirate Gold #B57229

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 41 (16.41% from 255) = 12.2%

R = 53.87%
G = 33.93%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B57229 (or 0xB57229) is known color: Pirate Gold. HEX triplet: B5, 72 and 29. RGB value is (181,114,41). Sum of RGB (Red+Green+Blue) = 181+114+41=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B57229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57229 is #4A8DD6. Grayscale: #7E7E7E. Windows color (decimal): -4885975 or 2716341. OLE color: 2716341.

HSL color Cylindrical-coordinate representation of color #B57229: hue angle of 31.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B57229 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 41 -
CMYK 0 0.37 0.77 0.29
HSL 31.29º 0.63% 0.44% -
HSV(B) 31.29º 0.77% 0.71% -
XYZ 25.47 22.02 5.01 -
YUV 125.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 181 114 41 0 0.37 0.77 0.29 31.29 0.63 0.44
Hex B5 72 29 0 25 4D 1D 1F 3F 2C
Octal 265 162 51 0 45 115 35 37 77 54
Binary 10110101 1110010 101001 0 100101 1001101 11101 11111 111111 101100

Color Harmonies of #B57229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57229

Black with #B57229

Text Example


Text Example

White with #B57229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57229; }

 p { color: rgb(181,114,41); }

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

background-color css

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

 a { background-color: rgb(181,114,41); }

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

border-color css

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

 span { border-color: rgb(181,114,41); }

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