Html Css Color HEX #B76945 Tuscany

📋 copy color: '#B76945'

red 183 ◦ green 105 ◦ blue 69

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

Shades of Tuscany #B76945

Tints of Tuscany #B76945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

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

R = 51.26%
G = 29.41%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B76945 (or 0xB76945) is known color: Tuscany. HEX triplet: B7, 69 and 45. RGB value is (183,105,69). Sum of RGB (Red+Green+Blue) = 183+105+69=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B76945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76945 is #4896BA. Grayscale: #7C7C7C. Windows color (decimal): -4757179 or 4549047. OLE color: 4549047.

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

Color convert

RGB 183 105 69 -
CMYK 0 0.43 0.62 0.28
HSL 18.95º 0.45% 0.49% -
HSV(B) 18.95º 0.62% 0.72% -
XYZ 25.65 20.6 8.25 -
YUV 124.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 183 105 69 0 0.43 0.62 0.28 18.95 0.45 0.49
Hex B7 69 45 0 2B 3E 1C 13 2D 31
Octal 267 151 105 0 53 76 34 23 55 61
Binary 10110111 1101001 1000101 0 101011 111110 11100 10011 101101 110001

Color Harmonies of #B76945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76945

Black with #B76945

Text Example


Text Example

White with #B76945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76945; }

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

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

background-color css

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

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

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

border-color css

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

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

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