Html Css Color HEX #B57722 Pirate Gold

📋 copy color: '#B57722'

red 181 ◦ green 119 ◦ blue 34

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

Shades of Pirate Gold #B57722

Tints of Pirate Gold #B57722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.18%

R = 54.19%
G = 35.63%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B57722 (or 0xB57722) is known color: Pirate Gold. HEX triplet: B5, 77 and 22. RGB value is (181,119,34). Sum of RGB (Red+Green+Blue) = 181+119+34=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B57722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57722 is #4A88DD. Grayscale: #808080. Windows color (decimal): -4884702 or 2258869. OLE color: 2258869.

HSL color Cylindrical-coordinate representation of color #B57722: hue angle of 34.69º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B57722 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 34 -
CMYK 0 0.34 0.81 0.29
HSL 34.69º 0.68% 0.42% -
HSV(B) 34.69º 0.81% 0.71% -
XYZ 25.94 23.13 4.61 -
YUV 127.85 75.04 165.91 -
System Red Green Blue C M Y K H S L
Decimal 181 119 34 0 0.34 0.81 0.29 34.69 0.68 0.42
Hex B5 77 22 0 22 51 1D 23 44 2A
Octal 265 167 42 0 42 121 35 43 104 52
Binary 10110101 1110111 100010 0 100010 1010001 11101 100011 1000100 101010

Color Harmonies of #B57722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57722

Black with #B57722

Text Example


Text Example

White with #B57722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57722; }

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

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

background-color css

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

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

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

border-color css

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

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

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