Html Css Color HEX #B26518 Golden Brown

📋 copy color: '#B26518'

red 178 ◦ green 101 ◦ blue 24

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

Shades of Golden Brown #B26518

Tints of Golden Brown #B26518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.92%

R = 58.75%
G = 33.33%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B26518 (or 0xB26518) is known color: Golden Brown. HEX triplet: B2, 65 and 18. RGB value is (178,101,24). Sum of RGB (Red+Green+Blue) = 178+101+24=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B26518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26518 is #4D9AE7. Grayscale: #737373. Windows color (decimal): -5085928 or 1598898. OLE color: 1598898.

HSL color Cylindrical-coordinate representation of color #B26518: hue angle of 30º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B26518 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 24 -
CMYK 0 0.43 0.87 0.30
HSL 30º 0.76% 0.4% -
HSV(B) 30º 0.87% 0.7% -
XYZ 23.18 18.84 3.28 -
YUV 115.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 178 101 24 0 0.43 0.87 0.30 30 0.76 0.4
Hex B2 65 18 0 2B 57 1E 1E 4C 28
Octal 262 145 30 0 53 127 36 36 114 50
Binary 10110010 1100101 11000 0 101011 1010111 11110 11110 1001100 101000

Color Harmonies of #B26518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26518

Black with #B26518

Text Example


Text Example

White with #B26518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26518; }

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

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

background-color css

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

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

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

border-color css

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

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

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