Html Css Color HEX #B26E16 Pirate Gold

📋 copy color: '#B26E16'

red 178 ◦ green 110 ◦ blue 22

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

Shades of Pirate Gold #B26E16

Tints of Pirate Gold #B26E16

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

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

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 57.42%
G = 35.48%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B26E16 (or 0xB26E16) is known color: Pirate Gold. HEX triplet: B2, 6E and 16. RGB value is (178,110,22). Sum of RGB (Red+Green+Blue) = 178+110+22=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26E16 is #4D91E9. Grayscale: #787878. Windows color (decimal): -5083626 or 1470130. OLE color: 1470130.

HSL color Cylindrical-coordinate representation of color #B26E16: hue angle of 33.85º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B26E16 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 110 22 -
CMYK 0 0.38 0.88 0.30
HSL 33.85º 0.78% 0.39% -
HSV(B) 33.85º 0.88% 0.7% -
XYZ 24.08 20.67 3.48 -
YUV 120.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 178 110 22 0 0.38 0.88 0.30 33.85 0.78 0.39
Hex B2 6E 16 0 26 58 1E 22 4E 27
Octal 262 156 26 0 46 130 36 42 116 47
Binary 10110010 1101110 10110 0 100110 1011000 11110 100010 1001110 100111

Color Harmonies of #B26E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E16

Black with #B26E16

Text Example


Text Example

White with #B26E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E16; }

 p { color: rgb(178,110,22); }

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

background-color css

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

 a { background-color: rgb(178,110,22); }

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

border-color css

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

 span { border-color: rgb(178,110,22); }

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