Html Css Color HEX #B26313 Golden Brown

📋 copy color: '#B26313'

red 178 ◦ green 99 ◦ blue 19

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

Shades of Golden Brown #B26313

Tints of Golden Brown #B26313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 60.14%
G = 33.45%
B = 6.42%

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

#B26313 (or 0xB26313) is known color: Golden Brown. HEX triplet: B2, 63 and 13. RGB value is (178,99,19). Sum of RGB (Red+Green+Blue) = 178+99+19=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B26313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26313 is #4D9CEC. Grayscale: #717171. Windows color (decimal): -5086445 or 1270706. OLE color: 1270706.

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

Color convert

RGB 178 99 19 -
CMYK 0 0.44 0.89 0.30
HSL 30.19º 0.81% 0.39% -
HSV(B) 30.19º 0.89% 0.7% -
XYZ 22.94 18.44 2.97 -
YUV 113.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 178 99 19 0 0.44 0.89 0.30 30.19 0.81 0.39
Hex B2 63 13 0 2C 59 1E 1E 51 27
Octal 262 143 23 0 54 131 36 36 121 47
Binary 10110010 1100011 10011 0 101100 1011001 11110 11110 1010001 100111

Color Harmonies of #B26313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26313

Black with #B26313

Text Example


Text Example

White with #B26313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26313; }

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

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

background-color css

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

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

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

border-color css

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

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

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