Html Css Color HEX #B26311 Golden Brown

📋 copy color: '#B26311'

red 178 ◦ green 99 ◦ blue 17

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

Shades of Golden Brown #B26311

Tints of Golden Brown #B26311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 60.54%
G = 33.67%
B = 5.78%

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

#B26311 (or 0xB26311) is known color: Golden Brown. HEX triplet: B2, 63 and 11. RGB value is (178,99,17). Sum of RGB (Red+Green+Blue) = 178+99+17=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B26311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26311 is #4D9CEE. Grayscale: #717171. Windows color (decimal): -5086447 or 1139634. OLE color: 1139634.

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

Color convert

RGB 178 99 17 -
CMYK 0 0.44 0.90 0.30
HSL 30.56º 0.83% 0.38% -
HSV(B) 30.56º 0.9% 0.7% -
XYZ 22.92 18.43 2.88 -
YUV 113.27 73.67 174.17 -
System Red Green Blue C M Y K H S L
Decimal 178 99 17 0 0.44 0.90 0.30 30.56 0.83 0.38
Hex B2 63 11 0 2C 5A 1E 1F 53 26
Octal 262 143 21 0 54 132 36 37 123 46
Binary 10110010 1100011 10001 0 101100 1011010 11110 11111 1010011 100110

Color Harmonies of #B26311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26311

Black with #B26311

Text Example


Text Example

White with #B26311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26311; }

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

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

background-color css

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

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

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

border-color css

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

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

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