Html Css Color HEX #B26414 Golden Brown

📋 copy color: '#B26414'

red 178 ◦ green 100 ◦ blue 20

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

Shades of Golden Brown #B26414

Tints of Golden Brown #B26414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 59.73%
G = 33.56%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B26414 (or 0xB26414) is known color: Golden Brown. HEX triplet: B2, 64 and 14. RGB value is (178,100,20). Sum of RGB (Red+Green+Blue) = 178+100+20=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B26414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26414 is #4D9BEB. Grayscale: #727272. Windows color (decimal): -5086188 or 1336498. OLE color: 1336498.

HSL color Cylindrical-coordinate representation of color #B26414: hue angle of 30.38º 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 #B26414 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 20 -
CMYK 0 0.44 0.89 0.30
HSL 30.38º 0.8% 0.39% -
HSV(B) 30.38º 0.89% 0.7% -
XYZ 23.04 18.63 3.04 -
YUV 114.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 178 100 20 0 0.44 0.89 0.30 30.38 0.8 0.39
Hex B2 64 14 0 2C 59 1E 1E 50 27
Octal 262 144 24 0 54 131 36 36 120 47
Binary 10110010 1100100 10100 0 101100 1011001 11110 11110 1010000 100111

Color Harmonies of #B26414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26414

Black with #B26414

Text Example


Text Example

White with #B26414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26414; }

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

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

background-color css

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

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

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

border-color css

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

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

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