Html Css Color HEX #B2643A Tuscany

📋 copy color: '#B2643A'

red 178 ◦ green 100 ◦ blue 58

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

Shades of Tuscany #B2643A

Tints of Tuscany #B2643A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 52.98%
G = 29.76%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B2643A (or 0xB2643A) is known color: Tuscany. HEX triplet: B2, 64 and 3A. RGB value is (178,100,58). Sum of RGB (Red+Green+Blue) = 178+100+58=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2643A is #4D9BC5. Grayscale: #767676. Windows color (decimal): -5086150 or 3826866. OLE color: 3826866.

HSL color Cylindrical-coordinate representation of color #B2643A: hue angle of 21º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2643A is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 100 58 -
CMYK 0 0.44 0.67 0.30
HSL 21º 0.51% 0.46% -
HSV(B) 21º 0.67% 0.7% -
XYZ 23.68 18.88 6.4 -
YUV 118.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 178 100 58 0 0.44 0.67 0.30 21 0.51 0.46
Hex B2 64 3A 0 2C 43 1E 15 33 2E
Octal 262 144 72 0 54 103 36 25 63 56
Binary 10110010 1100100 111010 0 101100 1000011 11110 10101 110011 101110

Color Harmonies of #B2643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2643A

Black with #B2643A

Text Example


Text Example

White with #B2643A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2643A; }

 p { color: rgb(178,100,58); }

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

background-color css

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

 a { background-color: rgb(178,100,58); }

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

border-color css

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

 span { border-color: rgb(178,100,58); }

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