Html Css Color HEX #B2653E Tuscany

📋 copy color: '#B2653E'

red 178 ◦ green 101 ◦ blue 62

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

Shades of Tuscany #B2653E

Tints of Tuscany #B2653E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.18%

R = 52.2%
G = 29.62%
B = 18.18%

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

#B2653E (or 0xB2653E) is known color: Tuscany. HEX triplet: B2, 65 and 3E. RGB value is (178,101,62). Sum of RGB (Red+Green+Blue) = 178+101+62=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2653E is #4D9AC1. Grayscale: #777777. Windows color (decimal): -5085890 or 4089266. OLE color: 4089266.

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

Color convert

RGB 178 101 62 -
CMYK 0 0.43 0.65 0.30
HSL 20.17º 0.48% 0.47% -
HSV(B) 20.17º 0.65% 0.7% -
XYZ 23.88 19.12 6.99 -
YUV 119.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 178 101 62 0 0.43 0.65 0.30 20.17 0.48 0.47
Hex B2 65 3E 0 2B 41 1E 14 30 2F
Octal 262 145 76 0 53 101 36 24 60 57
Binary 10110010 1100101 111110 0 101011 1000001 11110 10100 110000 101111

Color Harmonies of #B2653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2653E

Black with #B2653E

Text Example


Text Example

White with #B2653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2653E; }

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

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

background-color css

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

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

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

border-color css

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

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

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