Html Css Color HEX #B26510 Golden Brown

📋 copy color: '#B26510'

red 178 ◦ green 101 ◦ blue 16

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

Shades of Golden Brown #B26510

Tints of Golden Brown #B26510

RGB

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

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

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

R = 60.34%
G = 34.24%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B26510 (or 0xB26510) is known color: Golden Brown. HEX triplet: B2, 65 and 10. RGB value is (178,101,16). Sum of RGB (Red+Green+Blue) = 178+101+16=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B26510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26510 is #4D9AEF. Grayscale: #727272. Windows color (decimal): -5085936 or 1074610. OLE color: 1074610.

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

Color convert

RGB 178 101 16 -
CMYK 0 0.43 0.91 0.30
HSL 31.48º 0.84% 0.38% -
HSV(B) 31.48º 0.91% 0.7% -
XYZ 23.11 18.81 2.9 -
YUV 114.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 178 101 16 0 0.43 0.91 0.30 31.48 0.84 0.38
Hex B2 65 10 0 2B 5B 1E 1F 54 26
Octal 262 145 20 0 53 133 36 37 124 46
Binary 10110010 1100101 10000 0 101011 1011011 11110 11111 1010100 100110

Color Harmonies of #B26510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26510

Black with #B26510

Text Example


Text Example

White with #B26510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26510; }

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

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

background-color css

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

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

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

border-color css

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

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

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