Html Css Color HEX #B26E26 Pirate Gold

📋 copy color: '#B26E26'

red 178 ◦ green 110 ◦ blue 38

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

Shades of Pirate Gold #B26E26

Tints of Pirate Gold #B26E26

RGB

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

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

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

R = 54.6%
G = 33.74%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B26E26 (or 0xB26E26) is known color: Pirate Gold. HEX triplet: B2, 6E and 26. RGB value is (178,110,38). Sum of RGB (Red+Green+Blue) = 178+110+38=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E26 is #4D91D9. Grayscale: #7A7A7A. Windows color (decimal): -5083610 or 2518706. OLE color: 2518706.

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

Color convert

RGB 178 110 38 -
CMYK 0 0.38 0.79 0.30
HSL 30.86º 0.65% 0.42% -
HSV(B) 30.86º 0.79% 0.7% -
XYZ 24.29 20.76 4.56 -
YUV 122.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 178 110 38 0 0.38 0.79 0.30 30.86 0.65 0.42
Hex B2 6E 26 0 26 4F 1E 1F 41 2A
Octal 262 156 46 0 46 117 36 37 101 52
Binary 10110010 1101110 100110 0 100110 1001111 11110 11111 1000001 101010

Color Harmonies of #B26E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E26

Black with #B26E26

Text Example


Text Example

White with #B26E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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