Html Css Color HEX #B7674B Tuscany

📋 copy color: '#B7674B'

red 183 ◦ green 103 ◦ blue 75

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

Shades of Tuscany #B7674B

Tints of Tuscany #B7674B

RGB

 RED value IS 183 (71.88% from 255) = 50.69%

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

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

R = 50.69%
G = 28.53%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7674B (or 0xB7674B) is known color: Tuscany. HEX triplet: B7, 67 and 4B. RGB value is (183,103,75). Sum of RGB (Red+Green+Blue) = 183+103+75=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7674B is #4898B4. Grayscale: #7B7B7B. Windows color (decimal): -4757685 or 4941751. OLE color: 4941751.

HSL color Cylindrical-coordinate representation of color #B7674B: hue angle of 15.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B7674B is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 103 75 -
CMYK 0 0.44 0.59 0.28
HSL 15.56º 0.43% 0.51% -
HSV(B) 15.56º 0.59% 0.72% -
XYZ 25.65 20.28 9.22 -
YUV 123.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 183 103 75 0 0.44 0.59 0.28 15.56 0.43 0.51
Hex B7 67 4B 0 2C 3B 1C 10 2B 33
Octal 267 147 113 0 54 73 34 20 53 63
Binary 10110111 1100111 1001011 0 101100 111011 11100 10000 101011 110011

Color Harmonies of #B7674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7674B

Black with #B7674B

Text Example


Text Example

White with #B7674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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