Html Css Color HEX #B26410 Golden Brown

📋 copy color: '#B26410'

red 178 ◦ green 100 ◦ blue 16

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

Shades of Golden Brown #B26410

Tints of Golden Brown #B26410

RGB

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

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

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

R = 60.54%
G = 34.01%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B26410 (or 0xB26410) is known color: Golden Brown. HEX triplet: B2, 64 and 10. RGB value is (178,100,16). Sum of RGB (Red+Green+Blue) = 178+100+16=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B26410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26410 is #4D9BEF. Grayscale: #727272. Windows color (decimal): -5086192 or 1074354. OLE color: 1074354.

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

Color convert

RGB 178 100 16 -
CMYK 0 0.44 0.91 0.30
HSL 31.11º 0.84% 0.38% -
HSV(B) 31.11º 0.91% 0.7% -
XYZ 23.01 18.62 2.87 -
YUV 113.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 178 100 16 0 0.44 0.91 0.30 31.11 0.84 0.38
Hex B2 64 10 0 2C 5B 1E 1F 54 26
Octal 262 144 20 0 54 133 36 37 124 46
Binary 10110010 1100100 10000 0 101100 1011011 11110 11111 1010100 100110

Color Harmonies of #B26410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26410

Black with #B26410

Text Example


Text Example

White with #B26410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26410; }

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

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

background-color css

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

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

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

border-color css

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

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

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