Html Css Color HEX #B17334 Reno Sand

📋 copy color: '#B17334'

red 177 ◦ green 115 ◦ blue 52

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

Shades of Reno Sand #B17334

Tints of Reno Sand #B17334

RGB

 RED value IS 177 (69.53% from 255) = 51.45%

 GREEN value IS 115 (45.31% from 255) = 33.43%

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

R = 51.45%
G = 33.43%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B17334 (or 0xB17334) is known color: Reno Sand. HEX triplet: B1, 73 and 34. RGB value is (177,115,52). Sum of RGB (Red+Green+Blue) = 177+115+52=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B17334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17334 is #4E8CCB. Grayscale: #7E7E7E. Windows color (decimal): -5147852 or 3437489. OLE color: 3437489.

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

Color convert

RGB 177 115 52 -
CMYK 0 0.35 0.71 0.31
HSL 30.24º 0.55% 0.45% -
HSV(B) 30.24º 0.71% 0.69% -
XYZ 24.88 21.86 6.16 -
YUV 126.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 177 115 52 0 0.35 0.71 0.31 30.24 0.55 0.45
Hex B1 73 34 0 23 47 1F 1E 37 2D
Octal 261 163 64 0 43 107 37 36 67 55
Binary 10110001 1110011 110100 0 100011 1000111 11111 11110 110111 101101

Color Harmonies of #B17334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17334

Black with #B17334

Text Example


Text Example

White with #B17334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17334; }

 p { color: rgb(177,115,52); }

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

background-color css

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

 a { background-color: rgb(177,115,52); }

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

border-color css

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

 span { border-color: rgb(177,115,52); }

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