Html Css Color HEX #B2653F Tuscany

📋 copy color: '#B2653F'

red 178 ◦ green 101 ◦ blue 63

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

Shades of Tuscany #B2653F

Tints of Tuscany #B2653F

RGB

 RED value IS 178 (69.92% from 255) = 52.05%

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

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

R = 52.05%
G = 29.53%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2653F (or 0xB2653F) is known color: Tuscany. HEX triplet: B2, 65 and 3F. RGB value is (178,101,63). Sum of RGB (Red+Green+Blue) = 178+101+63=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2653F is #4D9AC0. Grayscale: #777777. Windows color (decimal): -5085889 or 4154802. OLE color: 4154802.

HSL color Cylindrical-coordinate representation of color #B2653F: hue angle of 19.83º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2653F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 101 63 -
CMYK 0 0.43 0.65 0.30
HSL 19.83º 0.48% 0.47% -
HSV(B) 19.83º 0.65% 0.7% -
XYZ 23.91 19.13 7.14 -
YUV 119.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 178 101 63 0 0.43 0.65 0.30 19.83 0.48 0.47
Hex B2 65 3F 0 2B 41 1E 14 30 2F
Octal 262 145 77 0 53 101 36 24 60 57
Binary 10110010 1100101 111111 0 101011 1000001 11110 10100 110000 101111

Color Harmonies of #B2653F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2653F

Black with #B2653F

Text Example


Text Example

White with #B2653F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2653F; }

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

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

background-color css

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

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

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

border-color css

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

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

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