Html Css Color HEX #B26412 Golden Brown

📋 copy color: '#B26412'

red 178 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #B26412

Tints of Golden Brown #B26412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 60.14%
G = 33.78%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B26412 (or 0xB26412) is known color: Golden Brown. HEX triplet: B2, 64 and 12. RGB value is (178,100,18). Sum of RGB (Red+Green+Blue) = 178+100+18=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B26412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26412 is #4D9BED. Grayscale: #727272. Windows color (decimal): -5086190 or 1205426. OLE color: 1205426.

HSL color Cylindrical-coordinate representation of color #B26412: hue angle of 30.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B26412 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 18 -
CMYK 0 0.44 0.90 0.30
HSL 30.75º 0.82% 0.38% -
HSV(B) 30.75º 0.9% 0.7% -
XYZ 23.03 18.62 2.95 -
YUV 113.97 73.84 173.67 -
System Red Green Blue C M Y K H S L
Decimal 178 100 18 0 0.44 0.90 0.30 30.75 0.82 0.38
Hex B2 64 12 0 2C 5A 1E 1F 52 26
Octal 262 144 22 0 54 132 36 37 122 46
Binary 10110010 1100100 10010 0 101100 1011010 11110 11111 1010010 100110

Color Harmonies of #B26412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26412

Black with #B26412

Text Example


Text Example

White with #B26412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26412; }

 p { color: rgb(178,100,18); }

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

background-color css

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

 a { background-color: rgb(178,100,18); }

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

border-color css

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

 span { border-color: rgb(178,100,18); }

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