Html Css Color HEX #B66043 Tuscany

📋 copy color: '#B66043'

red 182 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #B66043

Tints of Tuscany #B66043

RGB

 RED value IS 182 (71.48% from 255) = 52.75%

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 67 (26.56% from 255) = 19.42%

R = 52.75%
G = 27.83%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B66043 (or 0xB66043) is known color: Tuscany. HEX triplet: B6, 60 and 43. RGB value is (182,96,67). Sum of RGB (Red+Green+Blue) = 182+96+67=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B66043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66043 is #499FBC. Grayscale: #767676. Windows color (decimal): -4825021 or 4415670. OLE color: 4415670.

HSL color Cylindrical-coordinate representation of color #B66043: hue angle of 15.13º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B66043 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 96 67 -
CMYK 0 0.47 0.63 0.29
HSL 15.13º 0.46% 0.49% -
HSV(B) 15.13º 0.63% 0.71% -
XYZ 24.49 18.72 7.63 -
YUV 118.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 182 96 67 0 0.47 0.63 0.29 15.13 0.46 0.49
Hex B6 60 43 0 2F 3F 1D F 2E 31
Octal 266 140 103 0 57 77 35 17 56 61
Binary 10110110 1100000 1000011 0 101111 111111 11101 1111 101110 110001

Color Harmonies of #B66043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66043

Black with #B66043

Text Example


Text Example

White with #B66043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66043; }

 p { color: rgb(182,96,67); }

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

background-color css

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

 a { background-color: rgb(182,96,67); }

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

border-color css

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

 span { border-color: rgb(182,96,67); }

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