Html Css Color HEX #B0623A Tuscany

📋 copy color: '#B0623A'

red 176 ◦ green 98 ◦ blue 58

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

Shades of Tuscany #B0623A

Tints of Tuscany #B0623A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 53.01%
G = 29.52%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B0623A (or 0xB0623A) is known color: Tuscany. HEX triplet: B0, 62 and 3A. RGB value is (176,98,58). Sum of RGB (Red+Green+Blue) = 176+98+58=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0623A is #4F9DC5. Grayscale: #757575. Windows color (decimal): -5217734 or 3826352. OLE color: 3826352.

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

Color convert

RGB 176 98 58 -
CMYK 0 0.44 0.67 0.31
HSL 20.34º 0.5% 0.46% -
HSV(B) 20.34º 0.67% 0.69% -
XYZ 23.04 18.27 6.32 -
YUV 116.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 176 98 58 0 0.44 0.67 0.31 20.34 0.5 0.46
Hex B0 62 3A 0 2C 43 1F 14 32 2E
Octal 260 142 72 0 54 103 37 24 62 56
Binary 10110000 1100010 111010 0 101100 1000011 11111 10100 110010 101110

Color Harmonies of #B0623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0623A

Black with #B0623A

Text Example


Text Example

White with #B0623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0623A; }

 p { color: rgb(176,98,58); }

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

background-color css

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

 a { background-color: rgb(176,98,58); }

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

border-color css

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

 span { border-color: rgb(176,98,58); }

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