Html Css Color HEX #B76645 Tuscany

📋 copy color: '#B76645'

red 183 ◦ green 102 ◦ blue 69

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

Shades of Tuscany #B76645

Tints of Tuscany #B76645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.81%

 BLUE value IS 69 (27.34% from 255) = 19.49%

R = 51.69%
G = 28.81%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B76645 (or 0xB76645) is known color: Tuscany. HEX triplet: B7, 66 and 45. RGB value is (183,102,69). Sum of RGB (Red+Green+Blue) = 183+102+69=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B76645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76645 is #4899BA. Grayscale: #7A7A7A. Windows color (decimal): -4757947 or 4548279. OLE color: 4548279.

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

Color convert

RGB 183 102 69 -
CMYK 0 0.44 0.62 0.28
HSL 17.37º 0.45% 0.49% -
HSV(B) 17.37º 0.62% 0.72% -
XYZ 25.35 20 8.15 -
YUV 122.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 183 102 69 0 0.44 0.62 0.28 17.37 0.45 0.49
Hex B7 66 45 0 2C 3E 1C 11 2D 31
Octal 267 146 105 0 54 76 34 21 55 61
Binary 10110111 1100110 1000101 0 101100 111110 11100 10001 101101 110001

Color Harmonies of #B76645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76645

Black with #B76645

Text Example


Text Example

White with #B76645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76645; }

 p { color: rgb(183,102,69); }

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

background-color css

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

 a { background-color: rgb(183,102,69); }

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

border-color css

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

 span { border-color: rgb(183,102,69); }

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