Html Css Color HEX #B26C16 Pirate Gold

📋 copy color: '#B26C16'

red 178 ◦ green 108 ◦ blue 22

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

Shades of Pirate Gold #B26C16

Tints of Pirate Gold #B26C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.14%

R = 57.79%
G = 35.06%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B26C16 (or 0xB26C16) is known color: Pirate Gold. HEX triplet: B2, 6C and 16. RGB value is (178,108,22). Sum of RGB (Red+Green+Blue) = 178+108+22=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C16 is #4D93E9. Grayscale: #777777. Windows color (decimal): -5084138 or 1469618. OLE color: 1469618.

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

Color convert

RGB 178 108 22 -
CMYK 0 0.39 0.88 0.30
HSL 33.08º 0.78% 0.39% -
HSV(B) 33.08º 0.88% 0.7% -
XYZ 23.87 20.25 3.41 -
YUV 119.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 178 108 22 0 0.39 0.88 0.30 33.08 0.78 0.39
Hex B2 6C 16 0 27 58 1E 21 4E 27
Octal 262 154 26 0 47 130 36 41 116 47
Binary 10110010 1101100 10110 0 100111 1011000 11110 100001 1001110 100111

Color Harmonies of #B26C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C16

Black with #B26C16

Text Example


Text Example

White with #B26C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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