Html Css Color HEX #B26818 Pirate Gold

📋 copy color: '#B26818'

red 178 ◦ green 104 ◦ blue 24

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

Shades of Pirate Gold #B26818

Tints of Pirate Gold #B26818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 58.17%
G = 33.99%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B26818 (or 0xB26818) is known color: Pirate Gold. HEX triplet: B2, 68 and 18. RGB value is (178,104,24). Sum of RGB (Red+Green+Blue) = 178+104+24=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B26818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26818 is #4D97E7. Grayscale: #757575. Windows color (decimal): -5085160 or 1599666. OLE color: 1599666.

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

Color convert

RGB 178 104 24 -
CMYK 0 0.42 0.87 0.30
HSL 31.17º 0.76% 0.4% -
HSV(B) 31.17º 0.87% 0.7% -
XYZ 23.48 19.43 3.38 -
YUV 117.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 178 104 24 0 0.42 0.87 0.30 31.17 0.76 0.4
Hex B2 68 18 0 2A 57 1E 1F 4C 28
Octal 262 150 30 0 52 127 36 37 114 50
Binary 10110010 1101000 11000 0 101010 1010111 11110 11111 1001100 101000

Color Harmonies of #B26818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26818

Black with #B26818

Text Example


Text Example

White with #B26818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26818; }

 p { color: rgb(178,104,24); }

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

background-color css

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

 a { background-color: rgb(178,104,24); }

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

border-color css

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

 span { border-color: rgb(178,104,24); }

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