Html Css Color HEX #B26E10 Golden Brown

📋 copy color: '#B26E10'

red 178 ◦ green 110 ◦ blue 16

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

Shades of Golden Brown #B26E10

Tints of Golden Brown #B26E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 58.55%
G = 36.18%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B26E10 (or 0xB26E10) is known color: Golden Brown. HEX triplet: B2, 6E and 10. RGB value is (178,110,16). Sum of RGB (Red+Green+Blue) = 178+110+16=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26E10 is #4D91EF. Grayscale: #787878. Windows color (decimal): -5083632 or 1076914. OLE color: 1076914.

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

Color convert

RGB 178 110 16 -
CMYK 0 0.38 0.91 0.30
HSL 34.81º 0.84% 0.38% -
HSV(B) 34.81º 0.91% 0.7% -
XYZ 24.03 20.65 3.21 -
YUV 119.62 69.53 169.64 -
System Red Green Blue C M Y K H S L
Decimal 178 110 16 0 0.38 0.91 0.30 34.81 0.84 0.38
Hex B2 6E 10 0 26 5B 1E 23 54 26
Octal 262 156 20 0 46 133 36 43 124 46
Binary 10110010 1101110 10000 0 100110 1011011 11110 100011 1010100 100110

Color Harmonies of #B26E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26E10

Black with #B26E10

Text Example


Text Example

White with #B26E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26E10; }

 p { color: rgb(178,110,16); }

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

background-color css

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

 a { background-color: rgb(178,110,16); }

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

border-color css

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

 span { border-color: rgb(178,110,16); }

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