Html Css Color HEX #B66748 Tuscany

📋 copy color: '#B66748'

red 182 ◦ green 103 ◦ blue 72

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

Shades of Tuscany #B66748

Tints of Tuscany #B66748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 50.98%
G = 28.85%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B66748 (or 0xB66748) is known color: Tuscany. HEX triplet: B6, 67 and 48. RGB value is (182,103,72). Sum of RGB (Red+Green+Blue) = 182+103+72=357 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.98% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 182 - color contains mainly: red. Hex color #B66748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66748 is #4998B7. Grayscale: #7B7B7B. Windows color (decimal): -4823224 or 4745142. OLE color: 4745142.

HSL color Cylindrical-coordinate representation of color #B66748: hue angle of 16.91º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B66748 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 103 72 -
CMYK 0 0.43 0.60 0.29
HSL 16.91º 0.43% 0.5% -
HSV(B) 16.91º 0.6% 0.71% -
XYZ 25.31 20.11 8.68 -
YUV 123.09 99.17 170.02 -
System Red Green Blue C M Y K H S L
Decimal 182 103 72 0 0.43 0.60 0.29 16.91 0.43 0.5
Hex B6 67 48 0 2B 3C 1D 11 2B 32
Octal 266 147 110 0 53 74 35 21 53 62
Binary 10110110 1100111 1001000 0 101011 111100 11101 10001 101011 110010

Color Harmonies of #B66748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66748

Black with #B66748

Text Example


Text Example

White with #B66748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66748; }

 p { color: rgb(182,103,72); }

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

background-color css

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

 a { background-color: rgb(182,103,72); }

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

border-color css

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

 span { border-color: rgb(182,103,72); }

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