Html Css Color HEX #B66E28 Pirate Gold

📋 copy color: '#B66E28'

red 182 ◦ green 110 ◦ blue 40

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

Shades of Pirate Gold #B66E28

Tints of Pirate Gold #B66E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 54.82%
G = 33.13%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B66E28 (or 0xB66E28) is known color: Pirate Gold. HEX triplet: B6, 6E and 28. RGB value is (182,110,40). Sum of RGB (Red+Green+Blue) = 182+110+40=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66E28 is #4991D7. Grayscale: #7B7B7B. Windows color (decimal): -4821464 or 2649782. OLE color: 2649782.

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

Color convert

RGB 182 110 40 -
CMYK 0 0.40 0.78 0.29
HSL 29.58º 0.64% 0.44% -
HSV(B) 29.58º 0.78% 0.71% -
XYZ 25.25 21.25 4.78 -
YUV 123.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 182 110 40 0 0.40 0.78 0.29 29.58 0.64 0.44
Hex B6 6E 28 0 28 4E 1D 1E 40 2C
Octal 266 156 50 0 50 116 35 36 100 54
Binary 10110110 1101110 101000 0 101000 1001110 11101 11110 1000000 101100

Color Harmonies of #B66E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E28

Black with #B66E28

Text Example


Text Example

White with #B66E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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