Html Css Color HEX #B66370 Turkish Rose

📋 copy color: '#B66370'

red 182 ◦ green 99 ◦ blue 112

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

Shades of Turkish Rose #B66370

Tints of Turkish Rose #B66370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 46.31%
G = 25.19%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B66370 (or 0xB66370) is known color: Turkish Rose. HEX triplet: B6, 63 and 70. RGB value is (182,99,112). Sum of RGB (Red+Green+Blue) = 182+99+112=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B66370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66370 is #499C8F. Grayscale: #7D7D7D. Windows color (decimal): -4824208 or 7365558. OLE color: 7365558.

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

Color convert

RGB 182 99 112 -
CMYK 0 0.46 0.38 0.29
HSL 350.6º 0.36% 0.55% -
HSV(B) 350.6º 0.46% 0.71% -
XYZ 26.68 20.04 17.79 -
YUV 125.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 182 99 112 0 0.46 0.38 0.29 350.6 0.36 0.55
Hex B6 63 70 0 2E 26 1D 15F 24 37
Octal 266 143 160 0 56 46 35 537 44 67
Binary 10110110 1100011 1110000 0 101110 100110 11101 101011111 100100 110111

Color Harmonies of #B66370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66370

Black with #B66370

Text Example


Text Example

White with #B66370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66370; }

 p { color: rgb(182,99,112); }

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

background-color css

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

 a { background-color: rgb(182,99,112); }

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

border-color css

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

 span { border-color: rgb(182,99,112); }

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