Html Css Color HEX #B57326 Pirate Gold

📋 copy color: '#B57326'

red 181 ◦ green 115 ◦ blue 38

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

Shades of Pirate Gold #B57326

Tints of Pirate Gold #B57326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 54.19%
G = 34.43%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B57326 (or 0xB57326) is known color: Pirate Gold. HEX triplet: B5, 73 and 26. RGB value is (181,115,38). Sum of RGB (Red+Green+Blue) = 181+115+38=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B57326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57326 is #4A8CD9. Grayscale: #7E7E7E. Windows color (decimal): -4885722 or 2519989. OLE color: 2519989.

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

Color convert

RGB 181 115 38 -
CMYK 0 0.36 0.79 0.29
HSL 32.31º 0.65% 0.43% -
HSV(B) 32.31º 0.79% 0.71% -
XYZ 25.54 22.23 4.78 -
YUV 125.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 181 115 38 0 0.36 0.79 0.29 32.31 0.65 0.43
Hex B5 73 26 0 24 4F 1D 20 41 2B
Octal 265 163 46 0 44 117 35 40 101 53
Binary 10110101 1110011 100110 0 100100 1001111 11101 100000 1000001 101011

Color Harmonies of #B57326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57326

Black with #B57326

Text Example


Text Example

White with #B57326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57326; }

 p { color: rgb(181,115,38); }

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

background-color css

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

 a { background-color: rgb(181,115,38); }

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

border-color css

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

 span { border-color: rgb(181,115,38); }

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