Html Css Color HEX #B66E1E Pirate Gold

📋 copy color: '#B66E1E'

red 182 ◦ green 110 ◦ blue 30

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

Shades of Pirate Gold #B66E1E

Tints of Pirate Gold #B66E1E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.16%

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

R = 56.52%
G = 34.16%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B66E1E (or 0xB66E1E) is known color: Pirate Gold. HEX triplet: B6, 6E and 1E. RGB value is (182,110,30). Sum of RGB (Red+Green+Blue) = 182+110+30=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E1E is #4991E1. Grayscale: #7A7A7A. Windows color (decimal): -4821474 or 1994422. OLE color: 1994422.

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

Color convert

RGB 182 110 30 -
CMYK 0 0.40 0.84 0.29
HSL 31.58º 0.72% 0.42% -
HSV(B) 31.58º 0.84% 0.71% -
XYZ 25.1 21.19 4 -
YUV 122.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 182 110 30 0 0.40 0.84 0.29 31.58 0.72 0.42
Hex B6 6E 1E 0 28 54 1D 20 48 2A
Octal 266 156 36 0 50 124 35 40 110 52
Binary 10110110 1101110 11110 0 101000 1010100 11101 100000 1001000 101010

Color Harmonies of #B66E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E1E

Black with #B66E1E

Text Example


Text Example

White with #B66E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E1E; }

 p { color: rgb(182,110,30); }

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

background-color css

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

 a { background-color: rgb(182,110,30); }

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

border-color css

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

 span { border-color: rgb(182,110,30); }

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