Html Css Color HEX #B36626 Reno Sand

📋 copy color: '#B36626'

red 179 ◦ green 102 ◦ blue 38

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

Shades of Reno Sand #B36626

Tints of Reno Sand #B36626

RGB

 RED value IS 179 (70.31% from 255) = 56.11%

 GREEN value IS 102 (40.23% from 255) = 31.97%

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 56.11%
G = 31.97%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B36626 (or 0xB36626) is known color: Reno Sand. HEX triplet: B3, 66 and 26. RGB value is (179,102,38). Sum of RGB (Red+Green+Blue) = 179+102+38=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B36626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36626 is #4C99D9. Grayscale: #767676. Windows color (decimal): -5020122 or 2516659. OLE color: 2516659.

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

Color convert

RGB 179 102 38 -
CMYK 0 0.43 0.79 0.30
HSL 27.23º 0.65% 0.43% -
HSV(B) 27.23º 0.79% 0.7% -
XYZ 23.69 19.23 4.3 -
YUV 117.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 179 102 38 0 0.43 0.79 0.30 27.23 0.65 0.43
Hex B3 66 26 0 2B 4F 1E 1B 41 2B
Octal 263 146 46 0 53 117 36 33 101 53
Binary 10110011 1100110 100110 0 101011 1001111 11110 11011 1000001 101011

Color Harmonies of #B36626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36626

Black with #B36626

Text Example


Text Example

White with #B36626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36626; }

 p { color: rgb(179,102,38); }

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

background-color css

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

 a { background-color: rgb(179,102,38); }

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

border-color css

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

 span { border-color: rgb(179,102,38); }

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