Html Css Color HEX #B37522 Pirate Gold

📋 copy color: '#B37522'

red 179 ◦ green 117 ◦ blue 34

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

Shades of Pirate Gold #B37522

Tints of Pirate Gold #B37522

RGB

 RED value IS 179 (70.31% from 255) = 54.24%

 GREEN value IS 117 (46.09% from 255) = 35.45%

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 54.24%
G = 35.45%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B37522 (or 0xB37522) is known color: Pirate Gold. HEX triplet: B3, 75 and 22. RGB value is (179,117,34). Sum of RGB (Red+Green+Blue) = 179+117+34=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B37522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37522 is #4C8ADD. Grayscale: #7E7E7E. Windows color (decimal): -5016286 or 2258355. OLE color: 2258355.

HSL color Cylindrical-coordinate representation of color #B37522: hue angle of 34.34º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B37522 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 34 -
CMYK 0 0.35 0.81 0.30
HSL 34.34º 0.68% 0.42% -
HSV(B) 34.34º 0.81% 0.7% -
XYZ 25.24 22.42 4.51 -
YUV 126.08 76.04 165.75 -
System Red Green Blue C M Y K H S L
Decimal 179 117 34 0 0.35 0.81 0.30 34.34 0.68 0.42
Hex B3 75 22 0 23 51 1E 22 44 2A
Octal 263 165 42 0 43 121 36 42 104 52
Binary 10110011 1110101 100010 0 100011 1010001 11110 100010 1000100 101010

Color Harmonies of #B37522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37522

Black with #B37522

Text Example


Text Example

White with #B37522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37522; }

 p { color: rgb(179,117,34); }

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

background-color css

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

 a { background-color: rgb(179,117,34); }

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

border-color css

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

 span { border-color: rgb(179,117,34); }

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