Html Css Color HEX #B36C30 Reno Sand

📋 copy color: '#B36C30'

red 179 ◦ green 108 ◦ blue 48

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

Shades of Reno Sand #B36C30

Tints of Reno Sand #B36C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 53.43%
G = 32.24%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B36C30 (or 0xB36C30) is known color: Reno Sand. HEX triplet: B3, 6C and 30. RGB value is (179,108,48). Sum of RGB (Red+Green+Blue) = 179+108+48=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36C30 is #4C93CF. Grayscale: #7A7A7A. Windows color (decimal): -5018576 or 3173555. OLE color: 3173555.

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

Color convert

RGB 179 108 48 -
CMYK 0 0.40 0.73 0.30
HSL 27.48º 0.58% 0.45% -
HSV(B) 27.48º 0.73% 0.7% -
XYZ 24.49 20.52 5.47 -
YUV 122.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 179 108 48 0 0.40 0.73 0.30 27.48 0.58 0.45
Hex B3 6C 30 0 28 49 1E 1B 3A 2D
Octal 263 154 60 0 50 111 36 33 72 55
Binary 10110011 1101100 110000 0 101000 1001001 11110 11011 111010 101101

Color Harmonies of #B36C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36C30

Black with #B36C30

Text Example


Text Example

White with #B36C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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