Html Css Color HEX #B7684B Tuscany

📋 copy color: '#B7684B'

red 183 ◦ green 104 ◦ blue 75

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

Shades of Tuscany #B7684B

Tints of Tuscany #B7684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

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

R = 50.55%
G = 28.73%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7684B (or 0xB7684B) is known color: Tuscany. HEX triplet: B7, 68 and 4B. RGB value is (183,104,75). Sum of RGB (Red+Green+Blue) = 183+104+75=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B7684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7684B is #4897B4. Grayscale: #7C7C7C. Windows color (decimal): -4757429 or 4942007. OLE color: 4942007.

HSL color Cylindrical-coordinate representation of color #B7684B: hue angle of 16.11º 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 #B7684B is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 104 75 -
CMYK 0 0.43 0.59 0.28
HSL 16.11º 0.43% 0.51% -
HSV(B) 16.11º 0.59% 0.72% -
XYZ 25.75 20.48 9.25 -
YUV 124.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 183 104 75 0 0.43 0.59 0.28 16.11 0.43 0.51
Hex B7 68 4B 0 2B 3B 1C 10 2B 33
Octal 267 150 113 0 53 73 34 20 53 63
Binary 10110111 1101000 1001011 0 101011 111011 11100 10000 101011 110011

Color Harmonies of #B7684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7684B

Black with #B7684B

Text Example


Text Example

White with #B7684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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