Html Css Color HEX #B0633D Tuscany

📋 copy color: '#B0633D'

red 176 ◦ green 99 ◦ blue 61

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

Shades of Tuscany #B0633D

Tints of Tuscany #B0633D

RGB

 RED value IS 176 (69.14% from 255) = 52.38%

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

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

R = 52.38%
G = 29.46%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0633D (or 0xB0633D) is known color: Tuscany. HEX triplet: B0, 63 and 3D. RGB value is (176,99,61). Sum of RGB (Red+Green+Blue) = 176+99+61=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0633D is #4F9CC2. Grayscale: #757575. Windows color (decimal): -5217475 or 4023216. OLE color: 4023216.

HSL color Cylindrical-coordinate representation of color #B0633D: hue angle of 19.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0633D is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 99 61 -
CMYK 0 0.44 0.65 0.31
HSL 19.83º 0.49% 0.46% -
HSV(B) 19.83º 0.65% 0.69% -
XYZ 23.21 18.49 6.76 -
YUV 117.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 176 99 61 0 0.44 0.65 0.31 19.83 0.49 0.46
Hex B0 63 3D 0 2C 41 1F 14 31 2E
Octal 260 143 75 0 54 101 37 24 61 56
Binary 10110000 1100011 111101 0 101100 1000001 11111 10100 110001 101110

Color Harmonies of #B0633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0633D

Black with #B0633D

Text Example


Text Example

White with #B0633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0633D; }

 p { color: rgb(176,99,61); }

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

background-color css

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

 a { background-color: rgb(176,99,61); }

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

border-color css

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

 span { border-color: rgb(176,99,61); }

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