Html Css Color HEX #B46616 Pirate Gold

📋 copy color: '#B46616'

red 180 ◦ green 102 ◦ blue 22

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

Shades of Pirate Gold #B46616

Tints of Pirate Gold #B46616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 59.21%
G = 33.55%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B46616 (or 0xB46616) is known color: Pirate Gold. HEX triplet: B4, 66 and 16. RGB value is (180,102,22). Sum of RGB (Red+Green+Blue) = 180+102+22=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B46616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46616 is #4B99E9. Grayscale: #747474. Windows color (decimal): -4954602 or 1468084. OLE color: 1468084.

HSL color Cylindrical-coordinate representation of color #B46616: hue angle of 30.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B46616 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 102 22 -
CMYK 0 0.43 0.88 0.29
HSL 30.38º 0.78% 0.4% -
HSV(B) 30.38º 0.88% 0.71% -
XYZ 23.72 19.26 3.23 -
YUV 116.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 180 102 22 0 0.43 0.88 0.29 30.38 0.78 0.4
Hex B4 66 16 0 2B 58 1D 1E 4E 28
Octal 264 146 26 0 53 130 35 36 116 50
Binary 10110100 1100110 10110 0 101011 1011000 11101 11110 1001110 101000

Color Harmonies of #B46616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46616

Black with #B46616

Text Example


Text Example

White with #B46616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46616; }

 p { color: rgb(180,102,22); }

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

background-color css

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

 a { background-color: rgb(180,102,22); }

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

border-color css

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

 span { border-color: rgb(180,102,22); }

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