Html Css Color HEX #B67529 Pirate Gold

📋 copy color: '#B67529'

red 182 ◦ green 117 ◦ blue 41

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

Shades of Pirate Gold #B67529

Tints of Pirate Gold #B67529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 53.53%
G = 34.41%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B67529 (or 0xB67529) is known color: Pirate Gold. HEX triplet: B6, 75 and 29. RGB value is (182,117,41). Sum of RGB (Red+Green+Blue) = 182+117+41=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B67529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67529 is #498AD6. Grayscale: #808080. Windows color (decimal): -4819671 or 2717110. OLE color: 2717110.

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

Color convert

RGB 182 117 41 -
CMYK 0 0.36 0.77 0.29
HSL 32.34º 0.63% 0.44% -
HSV(B) 32.34º 0.77% 0.71% -
XYZ 26.05 22.83 5.13 -
YUV 127.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 182 117 41 0 0.36 0.77 0.29 32.34 0.63 0.44
Hex B6 75 29 0 24 4D 1D 20 3F 2C
Octal 266 165 51 0 44 115 35 40 77 54
Binary 10110110 1110101 101001 0 100100 1001101 11101 100000 111111 101100

Color Harmonies of #B67529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67529

Black with #B67529

Text Example


Text Example

White with #B67529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67529; }

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

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

background-color css

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

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

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

border-color css

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

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

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