Html Css Color HEX #B57029 Pirate Gold

📋 copy color: '#B57029'

red 181 ◦ green 112 ◦ blue 41

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

Shades of Pirate Gold #B57029

Tints of Pirate Gold #B57029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 54.19%
G = 33.53%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B57029 (or 0xB57029) is known color: Pirate Gold. HEX triplet: B5, 70 and 29. RGB value is (181,112,41). Sum of RGB (Red+Green+Blue) = 181+112+41=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B57029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57029 is #4A8FD6. Grayscale: #7C7C7C. Windows color (decimal): -4886487 or 2715829. OLE color: 2715829.

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

Color convert

RGB 181 112 41 -
CMYK 0 0.38 0.77 0.29
HSL 30.43º 0.63% 0.44% -
HSV(B) 30.43º 0.77% 0.71% -
XYZ 25.25 21.57 4.93 -
YUV 124.54 80.86 168.27 -
System Red Green Blue C M Y K H S L
Decimal 181 112 41 0 0.38 0.77 0.29 30.43 0.63 0.44
Hex B5 70 29 0 26 4D 1D 1E 3F 2C
Octal 265 160 51 0 46 115 35 36 77 54
Binary 10110101 1110000 101001 0 100110 1001101 11101 11110 111111 101100

Color Harmonies of #B57029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57029

Black with #B57029

Text Example


Text Example

White with #B57029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57029; }

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

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

background-color css

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

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

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

border-color css

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

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

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