Html Css Color HEX #B17438 Reno Sand

📋 copy color: '#B17438'

red 177 ◦ green 116 ◦ blue 56

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

Shades of Reno Sand #B17438

Tints of Reno Sand #B17438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 56 (22.27% from 255) = 16.05%

R = 50.72%
G = 33.24%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B17438 (or 0xB17438) is known color: Reno Sand. HEX triplet: B1, 74 and 38. RGB value is (177,116,56). Sum of RGB (Red+Green+Blue) = 177+116+56=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B17438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17438 is #4E8BC7. Grayscale: #7F7F7F. Windows color (decimal): -5147592 or 3699889. OLE color: 3699889.

HSL color Cylindrical-coordinate representation of color #B17438: hue angle of 29.75º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B17438 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 116 56 -
CMYK 0 0.34 0.68 0.31
HSL 29.75º 0.52% 0.46% -
HSV(B) 29.75º 0.68% 0.69% -
XYZ 25.09 22.12 6.69 -
YUV 127.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 177 116 56 0 0.34 0.68 0.31 29.75 0.52 0.46
Hex B1 74 38 0 22 44 1F 1E 34 2E
Octal 261 164 70 0 42 104 37 36 64 56
Binary 10110001 1110100 111000 0 100010 1000100 11111 11110 110100 101110

Color Harmonies of #B17438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17438

Black with #B17438

Text Example


Text Example

White with #B17438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17438; }

 p { color: rgb(177,116,56); }

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

background-color css

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

 a { background-color: rgb(177,116,56); }

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

border-color css

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

 span { border-color: rgb(177,116,56); }

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