Html Css Color HEX #B0653D Tuscany

📋 copy color: '#B0653D'

red 176 ◦ green 101 ◦ blue 61

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

Shades of Tuscany #B0653D

Tints of Tuscany #B0653D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 52.07%
G = 29.88%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0653D (or 0xB0653D) is known color: Tuscany. HEX triplet: B0, 65 and 3D. RGB value is (176,101,61). Sum of RGB (Red+Green+Blue) = 176+101+61=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0653D is #4F9AC2. Grayscale: #777777. Windows color (decimal): -5216963 or 4023728. OLE color: 4023728.

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

Color convert

RGB 176 101 61 -
CMYK 0 0.43 0.65 0.31
HSL 20.87º 0.49% 0.46% -
HSV(B) 20.87º 0.65% 0.69% -
XYZ 23.4 18.87 6.82 -
YUV 118.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 176 101 61 0 0.43 0.65 0.31 20.87 0.49 0.46
Hex B0 65 3D 0 2B 41 1F 15 31 2E
Octal 260 145 75 0 53 101 37 25 61 56
Binary 10110000 1100101 111101 0 101011 1000001 11111 10101 110001 101110

Color Harmonies of #B0653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0653D

Black with #B0653D

Text Example


Text Example

White with #B0653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0653D; }

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

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

background-color css

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

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

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

border-color css

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

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

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