Html Css Color HEX #B36C2F Reno Sand

📋 copy color: '#B36C2F'

red 179 ◦ green 108 ◦ blue 47

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

Shades of Reno Sand #B36C2F

Tints of Reno Sand #B36C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 47 (18.75% from 255) = 14.07%

R = 53.59%
G = 32.34%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B36C2F (or 0xB36C2F) is known color: Reno Sand. HEX triplet: B3, 6C and 2F. RGB value is (179,108,47). Sum of RGB (Red+Green+Blue) = 179+108+47=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 47 (18.75% from 255 or 14.07% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C2F is #4C93D0. Grayscale: #7A7A7A. Windows color (decimal): -5018577 or 3108019. OLE color: 3108019.

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

Color convert

RGB 179 108 47 -
CMYK 0 0.40 0.74 0.30
HSL 27.73º 0.58% 0.44% -
HSV(B) 27.73º 0.74% 0.7% -
XYZ 24.47 20.51 5.36 -
YUV 122.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 179 108 47 0 0.40 0.74 0.30 27.73 0.58 0.44
Hex B3 6C 2F 0 28 4A 1E 1C 3A 2C
Octal 263 154 57 0 50 112 36 34 72 54
Binary 10110011 1101100 101111 0 101000 1001010 11110 11100 111010 101100

Color Harmonies of #B36C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C2F

Black with #B36C2F

Text Example


Text Example

White with #B36C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C2F; }

 p { color: rgb(179,108,47); }

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

background-color css

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

 a { background-color: rgb(179,108,47); }

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

border-color css

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

 span { border-color: rgb(179,108,47); }

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