Html Css Color HEX #B26112 Golden Brown

📋 copy color: '#B26112'

red 178 ◦ green 97 ◦ blue 18

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

Shades of Golden Brown #B26112

Tints of Golden Brown #B26112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 60.75%
G = 33.11%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B26112 (or 0xB26112) is known color: Golden Brown. HEX triplet: B2, 61 and 12. RGB value is (178,97,18). Sum of RGB (Red+Green+Blue) = 178+97+18=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B26112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26112 is #4D9EED. Grayscale: #707070. Windows color (decimal): -5086958 or 1204658. OLE color: 1204658.

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

Color convert

RGB 178 97 18 -
CMYK 0 0.46 0.90 0.30
HSL 29.63º 0.82% 0.38% -
HSV(B) 29.63º 0.9% 0.7% -
XYZ 22.74 18.06 2.86 -
YUV 112.21 74.84 174.92 -
System Red Green Blue C M Y K H S L
Decimal 178 97 18 0 0.46 0.90 0.30 29.63 0.82 0.38
Hex B2 61 12 0 2E 5A 1E 1E 52 26
Octal 262 141 22 0 56 132 36 36 122 46
Binary 10110010 1100001 10010 0 101110 1011010 11110 11110 1010010 100110

Color Harmonies of #B26112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26112

Black with #B26112

Text Example


Text Example

White with #B26112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26112; }

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

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

background-color css

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

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

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

border-color css

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

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

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