Html Css Color HEX #B26E24 Pirate Gold

📋 copy color: '#B26E24'

red 178 ◦ green 110 ◦ blue 36

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

Shades of Pirate Gold #B26E24

Tints of Pirate Gold #B26E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.11%

R = 54.94%
G = 33.95%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B26E24 (or 0xB26E24) is known color: Pirate Gold. HEX triplet: B2, 6E and 24. RGB value is (178,110,36). Sum of RGB (Red+Green+Blue) = 178+110+36=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E24 is #4D91DB. Grayscale: #7A7A7A. Windows color (decimal): -5083612 or 2387634. OLE color: 2387634.

HSL color Cylindrical-coordinate representation of color #B26E24: hue angle of 31.27º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B26E24 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 110 36 -
CMYK 0 0.38 0.80 0.30
HSL 31.27º 0.66% 0.42% -
HSV(B) 31.27º 0.8% 0.7% -
XYZ 24.25 20.74 4.39 -
YUV 121.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 178 110 36 0 0.38 0.80 0.30 31.27 0.66 0.42
Hex B2 6E 24 0 26 50 1E 1F 42 2A
Octal 262 156 44 0 46 120 36 37 102 52
Binary 10110010 1101110 100100 0 100110 1010000 11110 11111 1000010 101010

Color Harmonies of #B26E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E24

Black with #B26E24

Text Example


Text Example

White with #B26E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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