Html Css Color HEX #B57222 Pirate Gold

📋 copy color: '#B57222'

red 181 ◦ green 114 ◦ blue 34

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

Shades of Pirate Gold #B57222

Tints of Pirate Gold #B57222

RGB

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

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

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

R = 55.02%
G = 34.65%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B57222 (or 0xB57222) is known color: Pirate Gold. HEX triplet: B5, 72 and 22. RGB value is (181,114,34). Sum of RGB (Red+Green+Blue) = 181+114+34=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B57222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57222 is #4A8DDD. Grayscale: #7D7D7D. Windows color (decimal): -4885982 or 2257589. OLE color: 2257589.

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

Color convert

RGB 181 114 34 -
CMYK 0 0.37 0.81 0.29
HSL 32.65º 0.68% 0.42% -
HSV(B) 32.65º 0.81% 0.71% -
XYZ 25.36 21.97 4.42 -
YUV 124.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 181 114 34 0 0.37 0.81 0.29 32.65 0.68 0.42
Hex B5 72 22 0 25 51 1D 21 44 2A
Octal 265 162 42 0 45 121 35 41 104 52
Binary 10110101 1110010 100010 0 100101 1010001 11101 100001 1000100 101010

Color Harmonies of #B57222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57222

Black with #B57222

Text Example


Text Example

White with #B57222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57222; }

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

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

background-color css

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

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

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

border-color css

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

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

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