Html Css Color HEX #B26415 Golden Brown

📋 copy color: '#B26415'

red 178 ◦ green 100 ◦ blue 21

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

Shades of Golden Brown #B26415

Tints of Golden Brown #B26415

RGB

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

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

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

R = 59.53%
G = 33.44%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B26415 (or 0xB26415) is known color: Golden Brown. HEX triplet: B2, 64 and 15. RGB value is (178,100,21). Sum of RGB (Red+Green+Blue) = 178+100+21=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B26415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26415 is #4D9BEA. Grayscale: #727272. Windows color (decimal): -5086187 or 1402034. OLE color: 1402034.

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

Color convert

RGB 178 100 21 -
CMYK 0 0.44 0.88 0.30
HSL 30.19º 0.79% 0.39% -
HSV(B) 30.19º 0.88% 0.7% -
XYZ 23.05 18.63 3.09 -
YUV 114.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 178 100 21 0 0.44 0.88 0.30 30.19 0.79 0.39
Hex B2 64 15 0 2C 58 1E 1E 4F 27
Octal 262 144 25 0 54 130 36 36 117 47
Binary 10110010 1100100 10101 0 101100 1011000 11110 11110 1001111 100111

Color Harmonies of #B26415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26415

Black with #B26415

Text Example


Text Example

White with #B26415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26415; }

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

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

background-color css

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

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

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

border-color css

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

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

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