Html Css Color HEX #B36934 Reno Sand

📋 copy color: '#B36934'

red 179 ◦ green 105 ◦ blue 52

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

Shades of Reno Sand #B36934

Tints of Reno Sand #B36934

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 52 (20.7% from 255) = 15.48%

R = 53.27%
G = 31.25%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B36934 (or 0xB36934) is known color: Reno Sand. HEX triplet: B3, 69 and 34. RGB value is (179,105,52). Sum of RGB (Red+Green+Blue) = 179+105+52=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 52 (20.70% from 255 or 15.48% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B36934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36934 is #4C96CB. Grayscale: #797979. Windows color (decimal): -5019340 or 3434931. OLE color: 3434931.

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

Color convert

RGB 179 105 52 -
CMYK 0 0.41 0.71 0.30
HSL 25.04º 0.55% 0.45% -
HSV(B) 25.04º 0.71% 0.7% -
XYZ 24.26 19.93 5.82 -
YUV 121.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 179 105 52 0 0.41 0.71 0.30 25.04 0.55 0.45
Hex B3 69 34 0 29 47 1E 19 37 2D
Octal 263 151 64 0 51 107 36 31 67 55
Binary 10110011 1101001 110100 0 101001 1000111 11110 11001 110111 101101

Color Harmonies of #B36934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36934

Black with #B36934

Text Example


Text Example

White with #B36934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36934; }

 p { color: rgb(179,105,52); }

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

background-color css

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

 a { background-color: rgb(179,105,52); }

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

border-color css

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

 span { border-color: rgb(179,105,52); }

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