Html Css Color HEX #B37220 Pirate Gold

📋 copy color: '#B37220'

red 179 ◦ green 114 ◦ blue 32

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

Shades of Pirate Gold #B37220

Tints of Pirate Gold #B37220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 55.08%
G = 35.08%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B37220 (or 0xB37220) is known color: Pirate Gold. HEX triplet: B3, 72 and 20. RGB value is (179,114,32). Sum of RGB (Red+Green+Blue) = 179+114+32=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B37220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37220 is #4C8DDF. Grayscale: #7C7C7C. Windows color (decimal): -5017056 or 2126515. OLE color: 2126515.

HSL color Cylindrical-coordinate representation of color #B37220: hue angle of 33.47º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B37220 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 114 32 -
CMYK 0 0.36 0.82 0.30
HSL 33.47º 0.7% 0.41% -
HSV(B) 33.47º 0.82% 0.7% -
XYZ 24.87 21.72 4.25 -
YUV 124.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 179 114 32 0 0.36 0.82 0.30 33.47 0.7 0.41
Hex B3 72 20 0 24 52 1E 21 46 29
Octal 263 162 40 0 44 122 36 41 106 51
Binary 10110011 1110010 100000 0 100100 1010010 11110 100001 1000110 101001

Color Harmonies of #B37220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37220

Black with #B37220

Text Example


Text Example

White with #B37220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37220; }

 p { color: rgb(179,114,32); }

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

background-color css

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

 a { background-color: rgb(179,114,32); }

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

border-color css

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

 span { border-color: rgb(179,114,32); }

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