Html Css Color HEX #B46D1E Pirate Gold

📋 copy color: '#B46D1E'

red 180 ◦ green 109 ◦ blue 30

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

Shades of Pirate Gold #B46D1E

Tints of Pirate Gold #B46D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 56.43%
G = 34.17%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B46D1E (or 0xB46D1E) is known color: Pirate Gold. HEX triplet: B4, 6D and 1E. RGB value is (180,109,30). Sum of RGB (Red+Green+Blue) = 180+109+30=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46D1E is #4B92E1. Grayscale: #797979. Windows color (decimal): -4952802 or 1994164. OLE color: 1994164.

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

Color convert

RGB 180 109 30 -
CMYK 0 0.39 0.83 0.29
HSL 31.6º 0.71% 0.41% -
HSV(B) 31.6º 0.83% 0.71% -
XYZ 24.53 20.73 3.94 -
YUV 121.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 180 109 30 0 0.39 0.83 0.29 31.6 0.71 0.41
Hex B4 6D 1E 0 27 53 1D 20 47 29
Octal 264 155 36 0 47 123 35 40 107 51
Binary 10110100 1101101 11110 0 100111 1010011 11101 100000 1000111 101001

Color Harmonies of #B46D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46D1E

Black with #B46D1E

Text Example


Text Example

White with #B46D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46D1E; }

 p { color: rgb(180,109,30); }

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

background-color css

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

 a { background-color: rgb(180,109,30); }

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

border-color css

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

 span { border-color: rgb(180,109,30); }

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