Html Css Color HEX #B66C14 Pirate Gold

📋 copy color: '#B66C14'

red 182 ◦ green 108 ◦ blue 20

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

Shades of Pirate Gold #B66C14

Tints of Pirate Gold #B66C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

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

R = 58.71%
G = 34.84%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B66C14 (or 0xB66C14) is known color: Pirate Gold. HEX triplet: B6, 6C and 14. RGB value is (182,108,20). Sum of RGB (Red+Green+Blue) = 182+108+20=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66C14 is #4993EB. Grayscale: #787878. Windows color (decimal): -4821996 or 1338550. OLE color: 1338550.

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

Color convert

RGB 182 108 20 -
CMYK 0 0.41 0.89 0.29
HSL 32.59º 0.8% 0.4% -
HSV(B) 32.59º 0.89% 0.71% -
XYZ 24.78 20.72 3.36 -
YUV 120.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 182 108 20 0 0.41 0.89 0.29 32.59 0.8 0.4
Hex B6 6C 14 0 29 59 1D 21 50 28
Octal 266 154 24 0 51 131 35 41 120 50
Binary 10110110 1101100 10100 0 101001 1011001 11101 100001 1010000 101000

Color Harmonies of #B66C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C14

Black with #B66C14

Text Example


Text Example

White with #B66C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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