Html Css Color HEX #B26411 Golden Brown

📋 copy color: '#B26411'

red 178 ◦ green 100 ◦ blue 17

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

Shades of Golden Brown #B26411

Tints of Golden Brown #B26411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 60.34%
G = 33.9%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B26411 (or 0xB26411) is known color: Golden Brown. HEX triplet: B2, 64 and 11. RGB value is (178,100,17). Sum of RGB (Red+Green+Blue) = 178+100+17=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B26411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26411 is #4D9BEE. Grayscale: #727272. Windows color (decimal): -5086191 or 1139890. OLE color: 1139890.

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

Color convert

RGB 178 100 17 -
CMYK 0 0.44 0.90 0.30
HSL 30.93º 0.83% 0.38% -
HSV(B) 30.93º 0.9% 0.7% -
XYZ 23.02 18.62 2.91 -
YUV 113.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 178 100 17 0 0.44 0.90 0.30 30.93 0.83 0.38
Hex B2 64 11 0 2C 5A 1E 1F 53 26
Octal 262 144 21 0 54 132 36 37 123 46
Binary 10110010 1100100 10001 0 101100 1011010 11110 11111 1010011 100110

Color Harmonies of #B26411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26411

Black with #B26411

Text Example


Text Example

White with #B26411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26411; }

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

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

background-color css

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

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

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

border-color css

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

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

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