Html Css Color HEX #B2663E Tuscany

📋 copy color: '#B2663E'

red 178 ◦ green 102 ◦ blue 62

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

Shades of Tuscany #B2663E

Tints of Tuscany #B2663E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 52.05%
G = 29.82%
B = 18.13%

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

#B2663E (or 0xB2663E) is known color: Tuscany. HEX triplet: B2, 66 and 3E. RGB value is (178,102,62). Sum of RGB (Red+Green+Blue) = 178+102+62=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2663E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2663E is #4D99C1. Grayscale: #787878. Windows color (decimal): -5085634 or 4089522. OLE color: 4089522.

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

Color convert

RGB 178 102 62 -
CMYK 0 0.43 0.65 0.30
HSL 20.69º 0.48% 0.47% -
HSV(B) 20.69º 0.65% 0.7% -
XYZ 23.98 19.32 7.02 -
YUV 120.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 178 102 62 0 0.43 0.65 0.30 20.69 0.48 0.47
Hex B2 66 3E 0 2B 41 1E 15 30 2F
Octal 262 146 76 0 53 101 36 25 60 57
Binary 10110010 1100110 111110 0 101011 1000001 11110 10101 110000 101111

Color Harmonies of #B2663E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2663E

Black with #B2663E

Text Example


Text Example

White with #B2663E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2663E; }

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

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

background-color css

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

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

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

border-color css

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

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

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