Html Css Color HEX #B57A27 Pirate Gold

📋 copy color: '#B57A27'

red 181 ◦ green 122 ◦ blue 39

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

Shades of Pirate Gold #B57A27

Tints of Pirate Gold #B57A27

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.67%

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 52.92%
G = 35.67%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B57A27 (or 0xB57A27) is known color: Pirate Gold. HEX triplet: B5, 7A and 27. RGB value is (181,122,39). Sum of RGB (Red+Green+Blue) = 181+122+39=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57A27 is #4A85D8. Grayscale: #828282. Windows color (decimal): -4883929 or 2587317. OLE color: 2587317.

HSL color Cylindrical-coordinate representation of color #B57A27: hue angle of 35.07º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B57A27 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 122 39 -
CMYK 0 0.33 0.78 0.29
HSL 35.07º 0.65% 0.43% -
HSV(B) 35.07º 0.78% 0.71% -
XYZ 26.38 23.89 5.14 -
YUV 130.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 181 122 39 0 0.33 0.78 0.29 35.07 0.65 0.43
Hex B5 7A 27 0 21 4E 1D 23 41 2B
Octal 265 172 47 0 41 116 35 43 101 53
Binary 10110101 1111010 100111 0 100001 1001110 11101 100011 1000001 101011

Color Harmonies of #B57A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A27

Black with #B57A27

Text Example


Text Example

White with #B57A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A27; }

 p { color: rgb(181,122,39); }

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

background-color css

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

 a { background-color: rgb(181,122,39); }

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

border-color css

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

 span { border-color: rgb(181,122,39); }

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