Html Css Color HEX #B37224 Pirate Gold

📋 copy color: '#B37224'

red 179 ◦ green 114 ◦ blue 36

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

Shades of Pirate Gold #B37224

Tints of Pirate Gold #B37224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 54.41%
G = 34.65%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B37224 (or 0xB37224) is known color: Pirate Gold. HEX triplet: B3, 72 and 24. RGB value is (179,114,36). Sum of RGB (Red+Green+Blue) = 179+114+36=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B37224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37224 is #4C8DDB. Grayscale: #7C7C7C. Windows color (decimal): -5017052 or 2388659. OLE color: 2388659.

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

Color convert

RGB 179 114 36 -
CMYK 0 0.36 0.80 0.30
HSL 32.73º 0.67% 0.42% -
HSV(B) 32.73º 0.8% 0.7% -
XYZ 24.93 21.75 4.55 -
YUV 124.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 179 114 36 0 0.36 0.80 0.30 32.73 0.67 0.42
Hex B3 72 24 0 24 50 1E 21 43 2A
Octal 263 162 44 0 44 120 36 41 103 52
Binary 10110011 1110010 100100 0 100100 1010000 11110 100001 1000011 101010

Color Harmonies of #B37224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37224

Black with #B37224

Text Example


Text Example

White with #B37224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37224; }

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

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

background-color css

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

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

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

border-color css

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

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

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