Html Css Color HEX #B26E21 Pirate Gold

📋 copy color: '#B26E21'

red 178 ◦ green 110 ◦ blue 33

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

Shades of Pirate Gold #B26E21

Tints of Pirate Gold #B26E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.28%

R = 55.45%
G = 34.27%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B26E21 (or 0xB26E21) is known color: Pirate Gold. HEX triplet: B2, 6E and 21. RGB value is (178,110,33). Sum of RGB (Red+Green+Blue) = 178+110+33=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E21 is #4D91DE. Grayscale: #797979. Windows color (decimal): -5083615 or 2191026. OLE color: 2191026.

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

Color convert

RGB 178 110 33 -
CMYK 0 0.38 0.81 0.30
HSL 31.86º 0.69% 0.41% -
HSV(B) 31.86º 0.81% 0.7% -
XYZ 24.21 20.73 4.16 -
YUV 121.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 178 110 33 0 0.38 0.81 0.30 31.86 0.69 0.41
Hex B2 6E 21 0 26 51 1E 20 45 29
Octal 262 156 41 0 46 121 36 40 105 51
Binary 10110010 1101110 100001 0 100110 1010001 11110 100000 1000101 101001

Color Harmonies of #B26E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E21

Black with #B26E21

Text Example


Text Example

White with #B26E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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