Html Css Color HEX #B26F14 Pirate Gold

📋 copy color: '#B26F14'

red 178 ◦ green 111 ◦ blue 20

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

Shades of Pirate Gold #B26F14

Tints of Pirate Gold #B26F14

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.92%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 57.61%
G = 35.92%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B26F14 (or 0xB26F14) is known color: Pirate Gold. HEX triplet: B2, 6F and 14. RGB value is (178,111,20). Sum of RGB (Red+Green+Blue) = 178+111+20=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B26F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26F14 is #4D90EB. Grayscale: #797979. Windows color (decimal): -5083372 or 1339314. OLE color: 1339314.

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

Color convert

RGB 178 111 20 -
CMYK 0 0.38 0.89 0.30
HSL 34.56º 0.8% 0.39% -
HSV(B) 34.56º 0.89% 0.7% -
XYZ 24.17 20.88 3.42 -
YUV 120.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 178 111 20 0 0.38 0.89 0.30 34.56 0.8 0.39
Hex B2 6F 14 0 26 59 1E 23 50 27
Octal 262 157 24 0 46 131 36 43 120 47
Binary 10110010 1101111 10100 0 100110 1011001 11110 100011 1010000 100111

Color Harmonies of #B26F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26F14

Black with #B26F14

Text Example


Text Example

White with #B26F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26F14; }

 p { color: rgb(178,111,20); }

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

background-color css

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

 a { background-color: rgb(178,111,20); }

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

border-color css

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

 span { border-color: rgb(178,111,20); }

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