Html Css Color HEX #B26E1B Pirate Gold

📋 copy color: '#B26E1B'

red 178 ◦ green 110 ◦ blue 27

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

Shades of Pirate Gold #B26E1B

Tints of Pirate Gold #B26E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.57%

R = 56.51%
G = 34.92%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B26E1B (or 0xB26E1B) is known color: Pirate Gold. HEX triplet: B2, 6E and 1B. RGB value is (178,110,27). Sum of RGB (Red+Green+Blue) = 178+110+27=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26E1B is #4D91E4. Grayscale: #797979. Windows color (decimal): -5083621 or 1797810. OLE color: 1797810.

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

Color convert

RGB 178 110 27 -
CMYK 0 0.38 0.85 0.30
HSL 32.98º 0.74% 0.4% -
HSV(B) 32.98º 0.85% 0.7% -
XYZ 24.13 20.7 3.76 -
YUV 120.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 178 110 27 0 0.38 0.85 0.30 32.98 0.74 0.4
Hex B2 6E 1B 0 26 55 1E 21 4A 28
Octal 262 156 33 0 46 125 36 41 112 50
Binary 10110010 1101110 11011 0 100110 1010101 11110 100001 1001010 101000

Color Harmonies of #B26E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E1B

Black with #B26E1B

Text Example


Text Example

White with #B26E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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