Html Css Color HEX #B1653F Tuscany

📋 copy color: '#B1653F'

red 177 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #B1653F

Tints of Tuscany #B1653F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 51.91%
G = 29.62%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1653F (or 0xB1653F) is known color: Tuscany. HEX triplet: B1, 65 and 3F. RGB value is (177,101,63). Sum of RGB (Red+Green+Blue) = 177+101+63=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1653F is #4E9AC0. Grayscale: #777777. Windows color (decimal): -5151425 or 4154801. OLE color: 4154801.

HSL color Cylindrical-coordinate representation of color #B1653F: hue angle of 20º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1653F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 101 63 -
CMYK 0 0.43 0.64 0.31
HSL 20º 0.48% 0.47% -
HSV(B) 20º 0.64% 0.69% -
XYZ 23.68 19.01 7.12 -
YUV 119.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 177 101 63 0 0.43 0.64 0.31 20 0.48 0.47
Hex B1 65 3F 0 2B 40 1F 14 30 2F
Octal 261 145 77 0 53 100 37 24 60 57
Binary 10110001 1100101 111111 0 101011 1000000 11111 10100 110000 101111

Color Harmonies of #B1653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1653F

Black with #B1653F

Text Example


Text Example

White with #B1653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1653F; }

 p { color: rgb(177,101,63); }

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

background-color css

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

 a { background-color: rgb(177,101,63); }

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

border-color css

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

 span { border-color: rgb(177,101,63); }

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