Html Css Color HEX #B66E1D Pirate Gold

📋 copy color: '#B66E1D'

red 182 ◦ green 110 ◦ blue 29

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

Shades of Pirate Gold #B66E1D

Tints of Pirate Gold #B66E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 56.7%
G = 34.27%
B = 9.03%

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

#B66E1D (or 0xB66E1D) is known color: Pirate Gold. HEX triplet: B6, 6E and 1D. RGB value is (182,110,29). Sum of RGB (Red+Green+Blue) = 182+110+29=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E1D is #4991E2. Grayscale: #7A7A7A. Windows color (decimal): -4821475 or 1928886. OLE color: 1928886.

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

Color convert

RGB 182 110 29 -
CMYK 0 0.40 0.84 0.29
HSL 31.76º 0.73% 0.41% -
HSV(B) 31.76º 0.84% 0.71% -
XYZ 25.09 21.19 3.93 -
YUV 122.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 182 110 29 0 0.40 0.84 0.29 31.76 0.73 0.41
Hex B6 6E 1D 0 28 54 1D 20 49 29
Octal 266 156 35 0 50 124 35 40 111 51
Binary 10110110 1101110 11101 0 101000 1010100 11101 100000 1001001 101001

Color Harmonies of #B66E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E1D

Black with #B66E1D

Text Example


Text Example

White with #B66E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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