Html Css Color HEX #B57028 Pirate Gold

📋 copy color: '#B57028'

red 181 ◦ green 112 ◦ blue 40

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

Shades of Pirate Gold #B57028

Tints of Pirate Gold #B57028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.63%

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 54.35%
G = 33.63%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B57028 (or 0xB57028) is known color: Pirate Gold. HEX triplet: B5, 70 and 28. RGB value is (181,112,40). Sum of RGB (Red+Green+Blue) = 181+112+40=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B57028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57028 is #4A8FD7. Grayscale: #7C7C7C. Windows color (decimal): -4886488 or 2650293. OLE color: 2650293.

HSL color Cylindrical-coordinate representation of color #B57028: hue angle of 30.64º degrees, saturation: 0.64, 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 #B57028 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 112 40 -
CMYK 0 0.38 0.78 0.29
HSL 30.64º 0.64% 0.43% -
HSV(B) 30.64º 0.78% 0.71% -
XYZ 25.23 21.57 4.84 -
YUV 124.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 181 112 40 0 0.38 0.78 0.29 30.64 0.64 0.43
Hex B5 70 28 0 26 4E 1D 1F 40 2B
Octal 265 160 50 0 46 116 35 37 100 53
Binary 10110101 1110000 101000 0 100110 1001110 11101 11111 1000000 101011

Color Harmonies of #B57028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57028

Black with #B57028

Text Example


Text Example

White with #B57028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57028; }

 p { color: rgb(181,112,40); }

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

background-color css

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

 a { background-color: rgb(181,112,40); }

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

border-color css

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

 span { border-color: rgb(181,112,40); }

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