Html Css Color HEX #B67329 Pirate Gold

📋 copy color: '#B67329'

red 182 ◦ green 115 ◦ blue 41

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

Shades of Pirate Gold #B67329

Tints of Pirate Gold #B67329

RGB

 RED value IS 182 (71.48% from 255) = 53.85%

 GREEN value IS 115 (45.31% from 255) = 34.02%

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

R = 53.85%
G = 34.02%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B67329 (or 0xB67329) is known color: Pirate Gold. HEX triplet: B6, 73 and 29. RGB value is (182,115,41). Sum of RGB (Red+Green+Blue) = 182+115+41=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B67329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67329 is #498CD6. Grayscale: #7E7E7E. Windows color (decimal): -4820183 or 2716598. OLE color: 2716598.

HSL color Cylindrical-coordinate representation of color #B67329: hue angle of 31.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B67329 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 115 41 -
CMYK 0 0.37 0.77 0.29
HSL 31.49º 0.63% 0.44% -
HSV(B) 31.49º 0.77% 0.71% -
XYZ 25.82 22.37 5.05 -
YUV 126.6 79.7 167.52 -
System Red Green Blue C M Y K H S L
Decimal 182 115 41 0 0.37 0.77 0.29 31.49 0.63 0.44
Hex B6 73 29 0 25 4D 1D 1F 3F 2C
Octal 266 163 51 0 45 115 35 37 77 54
Binary 10110110 1110011 101001 0 100101 1001101 11101 11111 111111 101100

Color Harmonies of #B67329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67329

Black with #B67329

Text Example


Text Example

White with #B67329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67329; }

 p { color: rgb(182,115,41); }

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

background-color css

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

 a { background-color: rgb(182,115,41); }

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

border-color css

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

 span { border-color: rgb(182,115,41); }

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