Html Css Color HEX #B66A14 Pirate Gold

📋 copy color: '#B66A14'

red 182 ◦ green 106 ◦ blue 20

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

Shades of Pirate Gold #B66A14

Tints of Pirate Gold #B66A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 59.09%
G = 34.42%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B66A14 (or 0xB66A14) is known color: Pirate Gold. HEX triplet: B6, 6A and 14. RGB value is (182,106,20). Sum of RGB (Red+Green+Blue) = 182+106+20=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66A14 is #4995EB. Grayscale: #777777. Windows color (decimal): -4822508 or 1338038. OLE color: 1338038.

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

Color convert

RGB 182 106 20 -
CMYK 0 0.42 0.89 0.29
HSL 31.85º 0.8% 0.4% -
HSV(B) 31.85º 0.89% 0.71% -
XYZ 24.57 20.3 3.29 -
YUV 118.92 72.18 172.99 -
System Red Green Blue C M Y K H S L
Decimal 182 106 20 0 0.42 0.89 0.29 31.85 0.8 0.4
Hex B6 6A 14 0 2A 59 1D 20 50 28
Octal 266 152 24 0 52 131 35 40 120 50
Binary 10110110 1101010 10100 0 101010 1011001 11101 100000 1010000 101000

Color Harmonies of #B66A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A14

Black with #B66A14

Text Example


Text Example

White with #B66A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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