Html Css Color HEX #B2643D Tuscany

📋 copy color: '#B2643D'

red 178 ◦ green 100 ◦ blue 61

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

Shades of Tuscany #B2643D

Tints of Tuscany #B2643D

RGB

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

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

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

R = 52.51%
G = 29.5%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2643D (or 0xB2643D) is known color: Tuscany. HEX triplet: B2, 64 and 3D. RGB value is (178,100,61). Sum of RGB (Red+Green+Blue) = 178+100+61=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2643D is #4D9BC2. Grayscale: #777777. Windows color (decimal): -5086147 or 4023474. OLE color: 4023474.

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

Color convert

RGB 178 100 61 -
CMYK 0 0.44 0.66 0.30
HSL 20º 0.49% 0.47% -
HSV(B) 20º 0.66% 0.7% -
XYZ 23.76 18.92 6.81 -
YUV 118.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 178 100 61 0 0.44 0.66 0.30 20 0.49 0.47
Hex B2 64 3D 0 2C 42 1E 14 31 2F
Octal 262 144 75 0 54 102 36 24 61 57
Binary 10110010 1100100 111101 0 101100 1000010 11110 10100 110001 101111

Color Harmonies of #B2643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2643D

Black with #B2643D

Text Example


Text Example

White with #B2643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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