Html Css Color HEX #B26516 Golden Brown

📋 copy color: '#B26516'

red 178 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #B26516

Tints of Golden Brown #B26516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

 BLUE value IS 22 (8.98% from 255) = 7.31%

R = 59.14%
G = 33.55%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B26516 (or 0xB26516) is known color: Golden Brown. HEX triplet: B2, 65 and 16. RGB value is (178,101,22). Sum of RGB (Red+Green+Blue) = 178+101+22=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 22 (8.98% from 255 or 7.31% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B26516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26516 is #4D9AE9. Grayscale: #737373. Windows color (decimal): -5085930 or 1467826. OLE color: 1467826.

HSL color Cylindrical-coordinate representation of color #B26516: hue angle of 30.38º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B26516 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 22 -
CMYK 0 0.43 0.88 0.30
HSL 30.38º 0.78% 0.39% -
HSV(B) 30.38º 0.88% 0.7% -
XYZ 23.16 18.83 3.17 -
YUV 115.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 178 101 22 0 0.43 0.88 0.30 30.38 0.78 0.39
Hex B2 65 16 0 2B 58 1E 1E 4E 27
Octal 262 145 26 0 53 130 36 36 116 47
Binary 10110010 1100101 10110 0 101011 1011000 11110 11110 1001110 100111

Color Harmonies of #B26516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26516

Black with #B26516

Text Example


Text Example

White with #B26516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26516; }

 p { color: rgb(178,101,22); }

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

background-color css

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

 a { background-color: rgb(178,101,22); }

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

border-color css

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

 span { border-color: rgb(178,101,22); }

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