Html Css Color HEX #B57729 Pirate Gold

📋 copy color: '#B57729'

red 181 ◦ green 119 ◦ blue 41

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

Shades of Pirate Gold #B57729

Tints of Pirate Gold #B57729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 53.08%
G = 34.9%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B57729 (or 0xB57729) is known color: Pirate Gold. HEX triplet: B5, 77 and 29. RGB value is (181,119,41). Sum of RGB (Red+Green+Blue) = 181+119+41=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B57729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57729 is #4A88D6. Grayscale: #818181. Windows color (decimal): -4884695 or 2717621. OLE color: 2717621.

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

Color convert

RGB 181 119 41 -
CMYK 0 0.34 0.77 0.29
HSL 33.43º 0.63% 0.44% -
HSV(B) 33.43º 0.77% 0.71% -
XYZ 26.05 23.18 5.2 -
YUV 128.65 78.54 165.34 -
System Red Green Blue C M Y K H S L
Decimal 181 119 41 0 0.34 0.77 0.29 33.43 0.63 0.44
Hex B5 77 29 0 22 4D 1D 21 3F 2C
Octal 265 167 51 0 42 115 35 41 77 54
Binary 10110101 1110111 101001 0 100010 1001101 11101 100001 111111 101100

Color Harmonies of #B57729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57729

Black with #B57729

Text Example


Text Example

White with #B57729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57729; }

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

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

background-color css

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

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

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

border-color css

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

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

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