Html Css Color HEX #B26110 Golden Brown

📋 copy color: '#B26110'

red 178 ◦ green 97 ◦ blue 16

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

Shades of Golden Brown #B26110

Tints of Golden Brown #B26110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.5%

R = 61.17%
G = 33.33%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B26110 (or 0xB26110) is known color: Golden Brown. HEX triplet: B2, 61 and 10. RGB value is (178,97,16). Sum of RGB (Red+Green+Blue) = 178+97+16=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B26110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26110 is #4D9EEF. Grayscale: #707070. Windows color (decimal): -5086960 or 1073586. OLE color: 1073586.

HSL color Cylindrical-coordinate representation of color #B26110: hue angle of 30º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B26110 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 97 16 -
CMYK 0 0.46 0.91 0.30
HSL 30º 0.84% 0.38% -
HSV(B) 30º 0.91% 0.7% -
XYZ 22.73 18.05 2.78 -
YUV 111.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 178 97 16 0 0.46 0.91 0.30 30 0.84 0.38
Hex B2 61 10 0 2E 5B 1E 1E 54 26
Octal 262 141 20 0 56 133 36 36 124 46
Binary 10110010 1100001 10000 0 101110 1011011 11110 11110 1010100 100110

Color Harmonies of #B26110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26110

Black with #B26110

Text Example


Text Example

White with #B26110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26110; }

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

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

background-color css

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

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

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

border-color css

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

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

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