Html Css Color HEX #B2623D Tuscany

📋 copy color: '#B2623D'

red 178 ◦ green 98 ◦ blue 61

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

Shades of Tuscany #B2623D

Tints of Tuscany #B2623D

RGB

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

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

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

R = 52.82%
G = 29.08%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2623D (or 0xB2623D) is known color: Tuscany. HEX triplet: B2, 62 and 3D. RGB value is (178,98,61). Sum of RGB (Red+Green+Blue) = 178+98+61=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2623D is #4D9DC2. Grayscale: #757575. Windows color (decimal): -5086659 or 4022962. OLE color: 4022962.

HSL color Cylindrical-coordinate representation of color #B2623D: hue angle of 18.97º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2623D is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 61 -
CMYK 0 0.45 0.66 0.30
HSL 18.97º 0.49% 0.47% -
HSV(B) 18.97º 0.66% 0.7% -
XYZ 23.57 18.54 6.75 -
YUV 117.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 178 98 61 0 0.45 0.66 0.30 18.97 0.49 0.47
Hex B2 62 3D 0 2D 42 1E 13 31 2F
Octal 262 142 75 0 55 102 36 23 61 57
Binary 10110010 1100010 111101 0 101101 1000010 11110 10011 110001 101111

Color Harmonies of #B2623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2623D

Black with #B2623D

Text Example


Text Example

White with #B2623D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2623D; }

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

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

background-color css

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

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

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

border-color css

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

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

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