Html Css Color HEX #B5674B Tuscany

📋 copy color: '#B5674B'

red 181 ◦ green 103 ◦ blue 75

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

Shades of Tuscany #B5674B

Tints of Tuscany #B5674B

RGB

 RED value IS 181 (71.09% from 255) = 50.42%

 GREEN value IS 103 (40.63% from 255) = 28.69%

 BLUE value IS 75 (29.69% from 255) = 20.89%

R = 50.42%
G = 28.69%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5674B (or 0xB5674B) is known color: Tuscany. HEX triplet: B5, 67 and 4B. RGB value is (181,103,75). Sum of RGB (Red+Green+Blue) = 181+103+75=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5674B is #4A98B4. Grayscale: #7B7B7B. Windows color (decimal): -4888757 or 4941749. OLE color: 4941749.

HSL color Cylindrical-coordinate representation of color #B5674B: hue angle of 15.85º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5674B is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 103 75 -
CMYK 0 0.43 0.59 0.29
HSL 15.85º 0.42% 0.5% -
HSV(B) 15.85º 0.59% 0.71% -
XYZ 25.18 20.03 9.2 -
YUV 123.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 181 103 75 0 0.43 0.59 0.29 15.85 0.42 0.5
Hex B5 67 4B 0 2B 3B 1D 10 2A 32
Octal 265 147 113 0 53 73 35 20 52 62
Binary 10110101 1100111 1001011 0 101011 111011 11101 10000 101010 110010

Color Harmonies of #B5674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5674B

Black with #B5674B

Text Example


Text Example

White with #B5674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5674B; }

 p { color: rgb(181,103,75); }

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

background-color css

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

 a { background-color: rgb(181,103,75); }

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

border-color css

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

 span { border-color: rgb(181,103,75); }

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