Html Css Color HEX #B66D26 Pirate Gold

📋 copy color: '#B66D26'

red 182 ◦ green 109 ◦ blue 38

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

Shades of Pirate Gold #B66D26

Tints of Pirate Gold #B66D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 38 (15.23% from 255) = 11.55%

R = 55.32%
G = 33.13%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B66D26 (or 0xB66D26) is known color: Pirate Gold. HEX triplet: B6, 6D and 26. RGB value is (182,109,38). Sum of RGB (Red+Green+Blue) = 182+109+38=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66D26 is #4992D9. Grayscale: #7B7B7B. Windows color (decimal): -4821722 or 2518454. OLE color: 2518454.

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

Color convert

RGB 182 109 38 -
CMYK 0 0.40 0.79 0.29
HSL 29.58º 0.65% 0.43% -
HSV(B) 29.58º 0.79% 0.71% -
XYZ 25.11 21.02 4.57 -
YUV 122.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 182 109 38 0 0.40 0.79 0.29 29.58 0.65 0.43
Hex B6 6D 26 0 28 4F 1D 1E 41 2B
Octal 266 155 46 0 50 117 35 36 101 53
Binary 10110110 1101101 100110 0 101000 1001111 11101 11110 1000001 101011

Color Harmonies of #B66D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66D26

Black with #B66D26

Text Example


Text Example

White with #B66D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66D26; }

 p { color: rgb(182,109,38); }

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

background-color css

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

 a { background-color: rgb(182,109,38); }

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

border-color css

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

 span { border-color: rgb(182,109,38); }

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