Html Css Color HEX #B57225 Pirate Gold

📋 copy color: '#B57225'

red 181 ◦ green 114 ◦ blue 37

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

Shades of Pirate Gold #B57225

Tints of Pirate Gold #B57225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.14%

R = 54.52%
G = 34.34%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B57225 (or 0xB57225) is known color: Pirate Gold. HEX triplet: B5, 72 and 25. RGB value is (181,114,37). Sum of RGB (Red+Green+Blue) = 181+114+37=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B57225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57225 is #4A8DDA. Grayscale: #7D7D7D. Windows color (decimal): -4885979 or 2454197. OLE color: 2454197.

HSL color Cylindrical-coordinate representation of color #B57225: hue angle of 32.08º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B57225 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 37 -
CMYK 0 0.37 0.80 0.29
HSL 32.08º 0.66% 0.43% -
HSV(B) 32.08º 0.8% 0.71% -
XYZ 25.41 21.99 4.66 -
YUV 125.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 181 114 37 0 0.37 0.80 0.29 32.08 0.66 0.43
Hex B5 72 25 0 25 50 1D 20 42 2B
Octal 265 162 45 0 45 120 35 40 102 53
Binary 10110101 1110010 100101 0 100101 1010000 11101 100000 1000010 101011

Color Harmonies of #B57225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57225

Black with #B57225

Text Example


Text Example

White with #B57225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57225; }

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

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

background-color css

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

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

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

border-color css

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

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

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