Html Css Color HEX #B1783C Reno Sand

📋 copy color: '#B1783C'

red 177 ◦ green 120 ◦ blue 60

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

Shades of Reno Sand #B1783C

Tints of Reno Sand #B1783C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.61%

 BLUE value IS 60 (23.83% from 255) = 16.81%

R = 49.58%
G = 33.61%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1783C (or 0xB1783C) is known color: Reno Sand. HEX triplet: B1, 78 and 3C. RGB value is (177,120,60). Sum of RGB (Red+Green+Blue) = 177+120+60=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1783C is #4E87C3. Grayscale: #828282. Windows color (decimal): -5146564 or 3963057. OLE color: 3963057.

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

Color convert

RGB 177 120 60 -
CMYK 0 0.32 0.66 0.31
HSL 30.77º 0.49% 0.46% -
HSV(B) 30.77º 0.66% 0.69% -
XYZ 25.66 23.11 7.38 -
YUV 130.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 177 120 60 0 0.32 0.66 0.31 30.77 0.49 0.46
Hex B1 78 3C 0 20 42 1F 1F 31 2E
Octal 261 170 74 0 40 102 37 37 61 56
Binary 10110001 1111000 111100 0 100000 1000010 11111 11111 110001 101110

Color Harmonies of #B1783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1783C

Black with #B1783C

Text Example


Text Example

White with #B1783C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1783C; }

 p { color: rgb(177,120,60); }

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

background-color css

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

 a { background-color: rgb(177,120,60); }

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

border-color css

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

 span { border-color: rgb(177,120,60); }

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