Html Css Color HEX #B46A20 Pirate Gold

📋 copy color: '#B46A20'

red 180 ◦ green 106 ◦ blue 32

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

Shades of Pirate Gold #B46A20

Tints of Pirate Gold #B46A20

RGB

 RED value IS 180 (70.7% from 255) = 56.6%

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 32 (12.89% from 255) = 10.06%

R = 56.6%
G = 33.33%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B46A20 (or 0xB46A20) is known color: Pirate Gold. HEX triplet: B4, 6A and 20. RGB value is (180,106,32). Sum of RGB (Red+Green+Blue) = 180+106+32=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A20 is #4B95DF. Grayscale: #787878. Windows color (decimal): -4953568 or 2124468. OLE color: 2124468.

HSL color Cylindrical-coordinate representation of color #B46A20: hue angle of 30º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B46A20 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 106 32 -
CMYK 0 0.41 0.82 0.29
HSL 30º 0.7% 0.42% -
HSV(B) 30º 0.82% 0.71% -
XYZ 24.24 20.12 3.97 -
YUV 119.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 180 106 32 0 0.41 0.82 0.29 30 0.7 0.42
Hex B4 6A 20 0 29 52 1D 1E 46 2A
Octal 264 152 40 0 51 122 35 36 106 52
Binary 10110100 1101010 100000 0 101001 1010010 11101 11110 1000110 101010

Color Harmonies of #B46A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A20

Black with #B46A20

Text Example


Text Example

White with #B46A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A20; }

 p { color: rgb(180,106,32); }

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

background-color css

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

 a { background-color: rgb(180,106,32); }

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

border-color css

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

 span { border-color: rgb(180,106,32); }

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