Html Css Color HEX #B36D2C Reno Sand

📋 copy color: '#B36D2C'

red 179 ◦ green 109 ◦ blue 44

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

Shades of Reno Sand #B36D2C

Tints of Reno Sand #B36D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 53.92%
G = 32.83%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B36D2C (or 0xB36D2C) is known color: Reno Sand. HEX triplet: B3, 6D and 2C. RGB value is (179,109,44). Sum of RGB (Red+Green+Blue) = 179+109+44=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36D2C is #4C92D3. Grayscale: #7A7A7A. Windows color (decimal): -5018324 or 2911667. OLE color: 2911667.

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

Color convert

RGB 179 109 44 -
CMYK 0 0.39 0.75 0.30
HSL 28.89º 0.61% 0.44% -
HSV(B) 28.89º 0.75% 0.7% -
XYZ 24.51 20.7 5.09 -
YUV 122.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 179 109 44 0 0.39 0.75 0.30 28.89 0.61 0.44
Hex B3 6D 2C 0 27 4B 1E 1D 3D 2C
Octal 263 155 54 0 47 113 36 35 75 54
Binary 10110011 1101101 101100 0 100111 1001011 11110 11101 111101 101100

Color Harmonies of #B36D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36D2C

Black with #B36D2C

Text Example


Text Example

White with #B36D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36D2C; }

 p { color: rgb(179,109,44); }

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

background-color css

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

 a { background-color: rgb(179,109,44); }

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

border-color css

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

 span { border-color: rgb(179,109,44); }

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