Html Css Color HEX #B26113 Golden Brown

📋 copy color: '#B26113'

red 178 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #B26113

Tints of Golden Brown #B26113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.99%

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

R = 60.54%
G = 32.99%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B26113 (or 0xB26113) is known color: Golden Brown. HEX triplet: B2, 61 and 13. RGB value is (178,97,19). Sum of RGB (Red+Green+Blue) = 178+97+19=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B26113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26113 is #4D9EEC. Grayscale: #707070. Windows color (decimal): -5086957 or 1270194. OLE color: 1270194.

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

Color convert

RGB 178 97 19 -
CMYK 0 0.46 0.89 0.30
HSL 29.43º 0.81% 0.39% -
HSV(B) 29.43º 0.89% 0.7% -
XYZ 22.75 18.06 2.9 -
YUV 112.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 178 97 19 0 0.46 0.89 0.30 29.43 0.81 0.39
Hex B2 61 13 0 2E 59 1E 1D 51 27
Octal 262 141 23 0 56 131 36 35 121 47
Binary 10110010 1100001 10011 0 101110 1011001 11110 11101 1010001 100111

Color Harmonies of #B26113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26113

Black with #B26113

Text Example


Text Example

White with #B26113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26113; }

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

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

background-color css

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

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

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

border-color css

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

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

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