Html Css Color HEX #B57121 Pirate Gold

📋 copy color: '#B57121'

red 181 ◦ green 113 ◦ blue 33

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

Shades of Pirate Gold #B57121

Tints of Pirate Gold #B57121

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.56%

 BLUE value IS 33 (13.28% from 255) = 10.09%

R = 55.35%
G = 34.56%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B57121 (or 0xB57121) is known color: Pirate Gold. HEX triplet: B5, 71 and 21. RGB value is (181,113,33). Sum of RGB (Red+Green+Blue) = 181+113+33=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B57121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57121 is #4A8EDE. Grayscale: #7C7C7C. Windows color (decimal): -4886239 or 2191797. OLE color: 2191797.

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

Color convert

RGB 181 113 33 -
CMYK 0 0.38 0.82 0.29
HSL 32.43º 0.69% 0.42% -
HSV(B) 32.43º 0.82% 0.71% -
XYZ 25.24 21.74 4.31 -
YUV 124.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 181 113 33 0 0.38 0.82 0.29 32.43 0.69 0.42
Hex B5 71 21 0 26 52 1D 20 45 2A
Octal 265 161 41 0 46 122 35 40 105 52
Binary 10110101 1110001 100001 0 100110 1010010 11101 100000 1000101 101010

Color Harmonies of #B57121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57121

Black with #B57121

Text Example


Text Example

White with #B57121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57121; }

 p { color: rgb(181,113,33); }

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

background-color css

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

 a { background-color: rgb(181,113,33); }

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

border-color css

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

 span { border-color: rgb(181,113,33); }

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