Html Css Color HEX #B26C19 Pirate Gold

📋 copy color: '#B26C19'

red 178 ◦ green 108 ◦ blue 25

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

Shades of Pirate Gold #B26C19

Tints of Pirate Gold #B26C19

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.73%

 BLUE value IS 25 (10.16% from 255) = 8.04%

R = 57.23%
G = 34.73%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B26C19 (or 0xB26C19) is known color: Pirate Gold. HEX triplet: B2, 6C and 19. RGB value is (178,108,25). Sum of RGB (Red+Green+Blue) = 178+108+25=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C19 is #4D93E6. Grayscale: #777777. Windows color (decimal): -5084135 or 1666226. OLE color: 1666226.

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

Color convert

RGB 178 108 25 -
CMYK 0 0.39 0.86 0.30
HSL 32.55º 0.75% 0.4% -
HSV(B) 32.55º 0.86% 0.7% -
XYZ 23.9 20.26 3.57 -
YUV 119.47 74.69 169.75 -
System Red Green Blue C M Y K H S L
Decimal 178 108 25 0 0.39 0.86 0.30 32.55 0.75 0.4
Hex B2 6C 19 0 27 56 1E 21 4B 28
Octal 262 154 31 0 47 126 36 41 113 50
Binary 10110010 1101100 11001 0 100111 1010110 11110 100001 1001011 101000

Color Harmonies of #B26C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C19

Black with #B26C19

Text Example


Text Example

White with #B26C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C19; }

 p { color: rgb(178,108,25); }

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

background-color css

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

 a { background-color: rgb(178,108,25); }

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

border-color css

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

 span { border-color: rgb(178,108,25); }

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