Html Css Color HEX #B66A16 Pirate Gold

📋 copy color: '#B66A16'

red 182 ◦ green 106 ◦ blue 22

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

Shades of Pirate Gold #B66A16

Tints of Pirate Gold #B66A16

RGB

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

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

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

R = 58.71%
G = 34.19%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B66A16 (or 0xB66A16) is known color: Pirate Gold. HEX triplet: B6, 6A and 16. RGB value is (182,106,22). Sum of RGB (Red+Green+Blue) = 182+106+22=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66A16 is #4995E9. Grayscale: #777777. Windows color (decimal): -4822506 or 1469110. OLE color: 1469110.

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

Color convert

RGB 182 106 22 -
CMYK 0 0.42 0.88 0.29
HSL 31.5º 0.78% 0.4% -
HSV(B) 31.5º 0.88% 0.71% -
XYZ 24.59 20.31 3.38 -
YUV 119.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 182 106 22 0 0.42 0.88 0.29 31.5 0.78 0.4
Hex B6 6A 16 0 2A 58 1D 1F 4E 28
Octal 266 152 26 0 52 130 35 37 116 50
Binary 10110110 1101010 10110 0 101010 1011000 11101 11111 1001110 101000

Color Harmonies of #B66A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A16

Black with #B66A16

Text Example


Text Example

White with #B66A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A16; }

 p { color: rgb(182,106,22); }

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

background-color css

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

 a { background-color: rgb(182,106,22); }

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

border-color css

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

 span { border-color: rgb(182,106,22); }

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