Html Css Color HEX #B4653D Tuscany

📋 copy color: '#B4653D'

red 180 ◦ green 101 ◦ blue 61

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

Shades of Tuscany #B4653D

Tints of Tuscany #B4653D

RGB

 RED value IS 180 (70.7% from 255) = 52.63%

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

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

R = 52.63%
G = 29.53%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B4653D (or 0xB4653D) is known color: Tuscany. HEX triplet: B4, 65 and 3D. RGB value is (180,101,61). Sum of RGB (Red+Green+Blue) = 180+101+61=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4653D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4653D is #4B9AC2. Grayscale: #787878. Windows color (decimal): -4954819 or 4023732. OLE color: 4023732.

HSL color Cylindrical-coordinate representation of color #B4653D: hue angle of 20.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4653D is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 101 61 -
CMYK 0 0.44 0.66 0.29
HSL 20.17º 0.49% 0.47% -
HSV(B) 20.17º 0.66% 0.71% -
XYZ 24.32 19.35 6.87 -
YUV 120.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 180 101 61 0 0.44 0.66 0.29 20.17 0.49 0.47
Hex B4 65 3D 0 2C 42 1D 14 31 2F
Octal 264 145 75 0 54 102 35 24 61 57
Binary 10110100 1100101 111101 0 101100 1000010 11101 10100 110001 101111

Color Harmonies of #B4653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4653D

Black with #B4653D

Text Example


Text Example

White with #B4653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4653D; }

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

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

background-color css

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

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

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

border-color css

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

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

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