Html Css Color HEX #B26116 Golden Brown

📋 copy color: '#B26116'

red 178 ◦ green 97 ◦ blue 22

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

Shades of Golden Brown #B26116

Tints of Golden Brown #B26116

RGB

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

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

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

R = 59.93%
G = 32.66%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B26116 (or 0xB26116) is known color: Golden Brown. HEX triplet: B2, 61 and 16. RGB value is (178,97,22). Sum of RGB (Red+Green+Blue) = 178+97+22=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B26116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26116 is #4D9EE9. Grayscale: #717171. Windows color (decimal): -5086954 or 1466802. OLE color: 1466802.

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

Color convert

RGB 178 97 22 -
CMYK 0 0.46 0.88 0.30
HSL 28.85º 0.78% 0.39% -
HSV(B) 28.85º 0.88% 0.7% -
XYZ 22.78 18.07 3.05 -
YUV 112.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 178 97 22 0 0.46 0.88 0.30 28.85 0.78 0.39
Hex B2 61 16 0 2E 58 1E 1D 4E 27
Octal 262 141 26 0 56 130 36 35 116 47
Binary 10110010 1100001 10110 0 101110 1011000 11110 11101 1001110 100111

Color Harmonies of #B26116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26116

Black with #B26116

Text Example


Text Example

White with #B26116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26116; }

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

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

background-color css

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

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

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

border-color css

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

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

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