Html Css Color HEX #B66471 Turkish Rose

📋 copy color: '#B66471'

red 182 ◦ green 100 ◦ blue 113

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

Shades of Turkish Rose #B66471

Tints of Turkish Rose #B66471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.32%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 46.08%
G = 25.32%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B66471 (or 0xB66471) is known color: Turkish Rose. HEX triplet: B6, 64 and 71. RGB value is (182,100,113). Sum of RGB (Red+Green+Blue) = 182+100+113=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B66471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66471 is #499B8E. Grayscale: #7E7E7E. Windows color (decimal): -4823951 or 7431350. OLE color: 7431350.

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

Color convert

RGB 182 100 113 -
CMYK 0 0.45 0.38 0.29
HSL 350.49º 0.36% 0.55% -
HSV(B) 350.49º 0.45% 0.71% -
XYZ 26.83 20.25 18.12 -
YUV 126 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 182 100 113 0 0.45 0.38 0.29 350.49 0.36 0.55
Hex B6 64 71 0 2D 26 1D 15E 24 37
Octal 266 144 161 0 55 46 35 536 44 67
Binary 10110110 1100100 1110001 0 101101 100110 11101 101011110 100100 110111

Color Harmonies of #B66471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66471

Black with #B66471

Text Example


Text Example

White with #B66471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66471; }

 p { color: rgb(182,100,113); }

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

background-color css

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

 a { background-color: rgb(182,100,113); }

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

border-color css

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

 span { border-color: rgb(182,100,113); }

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