Html Css Color HEX #B2623E Tuscany

📋 copy color: '#B2623E'

red 178 ◦ green 98 ◦ blue 62

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

Shades of Tuscany #B2623E

Tints of Tuscany #B2623E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 52.66%
G = 28.99%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2623E (or 0xB2623E) is known color: Tuscany. HEX triplet: B2, 62 and 3E. RGB value is (178,98,62). Sum of RGB (Red+Green+Blue) = 178+98+62=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2623E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2623E is #4D9DC1. Grayscale: #767676. Windows color (decimal): -5086658 or 4088498. OLE color: 4088498.

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

Color convert

RGB 178 98 62 -
CMYK 0 0.45 0.65 0.30
HSL 18.62º 0.48% 0.47% -
HSV(B) 18.62º 0.65% 0.7% -
XYZ 23.6 18.55 6.89 -
YUV 117.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 178 98 62 0 0.45 0.65 0.30 18.62 0.48 0.47
Hex B2 62 3E 0 2D 41 1E 13 30 2F
Octal 262 142 76 0 55 101 36 23 60 57
Binary 10110010 1100010 111110 0 101101 1000001 11110 10011 110000 101111

Color Harmonies of #B2623E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2623E

Black with #B2623E

Text Example


Text Example

White with #B2623E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2623E; }

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

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

background-color css

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

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

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

border-color css

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

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

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