Html Css Color HEX #B26E18 Pirate Gold

📋 copy color: '#B26E18'

red 178 ◦ green 110 ◦ blue 24

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

Shades of Pirate Gold #B26E18

Tints of Pirate Gold #B26E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.69%

R = 57.05%
G = 35.26%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B26E18 (or 0xB26E18) is known color: Pirate Gold. HEX triplet: B2, 6E and 18. RGB value is (178,110,24). Sum of RGB (Red+Green+Blue) = 178+110+24=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26E18 is #4D91E7. Grayscale: #787878. Windows color (decimal): -5083624 or 1601202. OLE color: 1601202.

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

Color convert

RGB 178 110 24 -
CMYK 0 0.38 0.87 0.30
HSL 33.51º 0.76% 0.4% -
HSV(B) 33.51º 0.87% 0.7% -
XYZ 24.1 20.68 3.59 -
YUV 120.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 178 110 24 0 0.38 0.87 0.30 33.51 0.76 0.4
Hex B2 6E 18 0 26 57 1E 22 4C 28
Octal 262 156 30 0 46 127 36 42 114 50
Binary 10110010 1101110 11000 0 100110 1010111 11110 100010 1001100 101000

Color Harmonies of #B26E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E18

Black with #B26E18

Text Example


Text Example

White with #B26E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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