Html Css Color HEX #B37429 Pirate Gold

📋 copy color: '#B37429'

red 179 ◦ green 116 ◦ blue 41

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

Shades of Pirate Gold #B37429

Tints of Pirate Gold #B37429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.52%

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

R = 53.27%
G = 34.52%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B37429 (or 0xB37429) is known color: Pirate Gold. HEX triplet: B3, 74 and 29. RGB value is (179,116,41). Sum of RGB (Red+Green+Blue) = 179+116+41=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B37429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37429 is #4C8BD6. Grayscale: #7E7E7E. Windows color (decimal): -5016535 or 2716851. OLE color: 2716851.

HSL color Cylindrical-coordinate representation of color #B37429: hue angle of 32.61º 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 #B37429 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 41 -
CMYK 0 0.35 0.77 0.30
HSL 32.61º 0.63% 0.43% -
HSV(B) 32.61º 0.77% 0.7% -
XYZ 25.24 22.23 5.06 -
YUV 126.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 179 116 41 0 0.35 0.77 0.30 32.61 0.63 0.43
Hex B3 74 29 0 23 4D 1E 21 3F 2B
Octal 263 164 51 0 43 115 36 41 77 53
Binary 10110011 1110100 101001 0 100011 1001101 11110 100001 111111 101011

Color Harmonies of #B37429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37429

Black with #B37429

Text Example


Text Example

White with #B37429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37429; }

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

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

background-color css

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

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

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

border-color css

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

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

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