Html Css Color HEX #B2633F Tuscany

📋 copy color: '#B2633F'

red 178 ◦ green 99 ◦ blue 63

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

Shades of Tuscany #B2633F

Tints of Tuscany #B2633F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.12%

 BLUE value IS 63 (25% from 255) = 18.53%

R = 52.35%
G = 29.12%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2633F (or 0xB2633F) is known color: Tuscany. HEX triplet: B2, 63 and 3F. RGB value is (178,99,63). Sum of RGB (Red+Green+Blue) = 178+99+63=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2633F is #4D9CC0. Grayscale: #767676. Windows color (decimal): -5086401 or 4154290. OLE color: 4154290.

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

Color convert

RGB 178 99 63 -
CMYK 0 0.44 0.65 0.30
HSL 18.78º 0.48% 0.47% -
HSV(B) 18.78º 0.65% 0.7% -
XYZ 23.72 18.75 7.07 -
YUV 118.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 178 99 63 0 0.44 0.65 0.30 18.78 0.48 0.47
Hex B2 63 3F 0 2C 41 1E 13 30 2F
Octal 262 143 77 0 54 101 36 23 60 57
Binary 10110010 1100011 111111 0 101100 1000001 11110 10011 110000 101111

Color Harmonies of #B2633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2633F

Black with #B2633F

Text Example


Text Example

White with #B2633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2633F; }

 p { color: rgb(178,99,63); }

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

background-color css

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

 a { background-color: rgb(178,99,63); }

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

border-color css

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

 span { border-color: rgb(178,99,63); }

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