Html Css Color HEX #B26413 Golden Brown

📋 copy color: '#B26413'

red 178 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #B26413

Tints of Golden Brown #B26413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 59.93%
G = 33.67%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B26413 (or 0xB26413) is known color: Golden Brown. HEX triplet: B2, 64 and 13. RGB value is (178,100,19). Sum of RGB (Red+Green+Blue) = 178+100+19=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B26413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26413 is #4D9BEC. Grayscale: #727272. Windows color (decimal): -5086189 or 1270962. OLE color: 1270962.

HSL color Cylindrical-coordinate representation of color #B26413: hue angle of 30.57º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B26413 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 19 -
CMYK 0 0.44 0.89 0.30
HSL 30.57º 0.81% 0.39% -
HSV(B) 30.57º 0.89% 0.7% -
XYZ 23.03 18.63 3 -
YUV 114.09 74.34 173.59 -
System Red Green Blue C M Y K H S L
Decimal 178 100 19 0 0.44 0.89 0.30 30.57 0.81 0.39
Hex B2 64 13 0 2C 59 1E 1F 51 27
Octal 262 144 23 0 54 131 36 37 121 47
Binary 10110010 1100100 10011 0 101100 1011001 11110 11111 1010001 100111

Color Harmonies of #B26413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26413

Black with #B26413

Text Example


Text Example

White with #B26413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26413; }

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

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

background-color css

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

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

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

border-color css

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

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

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