Html Css Color HEX #B37229 Pirate Gold

📋 copy color: '#B37229'

red 179 ◦ green 114 ◦ blue 41

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

Shades of Pirate Gold #B37229

Tints of Pirate Gold #B37229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 53.59%
G = 34.13%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B37229 (or 0xB37229) is known color: Pirate Gold. HEX triplet: B3, 72 and 29. RGB value is (179,114,41). Sum of RGB (Red+Green+Blue) = 179+114+41=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B37229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37229 is #4C8DD6. Grayscale: #7D7D7D. Windows color (decimal): -5017047 or 2716339. OLE color: 2716339.

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

Color convert

RGB 179 114 41 -
CMYK 0 0.36 0.77 0.30
HSL 31.74º 0.63% 0.43% -
HSV(B) 31.74º 0.77% 0.7% -
XYZ 25.01 21.78 4.98 -
YUV 125.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 179 114 41 0 0.36 0.77 0.30 31.74 0.63 0.43
Hex B3 72 29 0 24 4D 1E 20 3F 2B
Octal 263 162 51 0 44 115 36 40 77 53
Binary 10110011 1110010 101001 0 100100 1001101 11110 100000 111111 101011

Color Harmonies of #B37229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37229

Black with #B37229

Text Example


Text Example

White with #B37229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37229; }

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

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

background-color css

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

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

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

border-color css

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

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

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