Html Css Color HEX #B26C10 Golden Brown

📋 copy color: '#B26C10'

red 178 ◦ green 108 ◦ blue 16

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

Shades of Golden Brown #B26C10

Tints of Golden Brown #B26C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 58.94%
G = 35.76%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B26C10 (or 0xB26C10) is known color: Golden Brown. HEX triplet: B2, 6C and 10. RGB value is (178,108,16). Sum of RGB (Red+Green+Blue) = 178+108+16=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26C10 is #4D93EF. Grayscale: #767676. Windows color (decimal): -5084144 or 1076402. OLE color: 1076402.

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

Color convert

RGB 178 108 16 -
CMYK 0 0.39 0.91 0.30
HSL 34.07º 0.84% 0.38% -
HSV(B) 34.07º 0.91% 0.7% -
XYZ 23.82 20.23 3.14 -
YUV 118.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 178 108 16 0 0.39 0.91 0.30 34.07 0.84 0.38
Hex B2 6C 10 0 27 5B 1E 22 54 26
Octal 262 154 20 0 47 133 36 42 124 46
Binary 10110010 1101100 10000 0 100111 1011011 11110 100010 1010100 100110

Color Harmonies of #B26C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26C10

Black with #B26C10

Text Example


Text Example

White with #B26C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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