Html Css Color HEX #B26115 Golden Brown

📋 copy color: '#B26115'

red 178 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #B26115

Tints of Golden Brown #B26115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 60.14%
G = 32.77%
B = 7.09%

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

#B26115 (or 0xB26115) is known color: Golden Brown. HEX triplet: B2, 61 and 15. RGB value is (178,97,21). Sum of RGB (Red+Green+Blue) = 178+97+21=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B26115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26115 is #4D9EEA. Grayscale: #707070. Windows color (decimal): -5086955 or 1401266. OLE color: 1401266.

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

Color convert

RGB 178 97 21 -
CMYK 0 0.46 0.88 0.30
HSL 29.04º 0.79% 0.39% -
HSV(B) 29.04º 0.88% 0.7% -
XYZ 22.77 18.07 3 -
YUV 112.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 178 97 21 0 0.46 0.88 0.30 29.04 0.79 0.39
Hex B2 61 15 0 2E 58 1E 1D 4F 27
Octal 262 141 25 0 56 130 36 35 117 47
Binary 10110010 1100001 10101 0 101110 1011000 11110 11101 1001111 100111

Color Harmonies of #B26115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26115

Black with #B26115

Text Example


Text Example

White with #B26115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26115; }

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

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

background-color css

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

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

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

border-color css

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

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

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