Html Css Color HEX #B0653F Tuscany

📋 copy color: '#B0653F'

red 176 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #B0653F

Tints of Tuscany #B0653F

RGB

 RED value IS 176 (69.14% from 255) = 51.76%

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

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

R = 51.76%
G = 29.71%
B = 18.53%

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

#B0653F (or 0xB0653F) is known color: Tuscany. HEX triplet: B0, 65 and 3F. RGB value is (176,101,63). Sum of RGB (Red+Green+Blue) = 176+101+63=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B0653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0653F is #4F9AC0. Grayscale: #777777. Windows color (decimal): -5216961 or 4154800. OLE color: 4154800.

HSL color Cylindrical-coordinate representation of color #B0653F: hue angle of 20.18º 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 #B0653F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 63 -
CMYK 0 0.43 0.64 0.31
HSL 20.18º 0.47% 0.47% -
HSV(B) 20.18º 0.64% 0.69% -
XYZ 23.46 18.9 7.11 -
YUV 119.09 96.35 168.59 -
System Red Green Blue C M Y K H S L
Decimal 176 101 63 0 0.43 0.64 0.31 20.18 0.47 0.47
Hex B0 65 3F 0 2B 40 1F 14 2F 2F
Octal 260 145 77 0 53 100 37 24 57 57
Binary 10110000 1100101 111111 0 101011 1000000 11111 10100 101111 101111

Color Harmonies of #B0653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0653F

Black with #B0653F

Text Example


Text Example

White with #B0653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0653F; }

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

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

background-color css

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

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

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

border-color css

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

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

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