Html Css Color HEX #B66574 Turkish Rose

📋 copy color: '#B66574'

red 182 ◦ green 101 ◦ blue 116

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

Shades of Turkish Rose #B66574

Tints of Turkish Rose #B66574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 116 (45.7% from 255) = 29.07%

R = 45.61%
G = 25.31%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B66574 (or 0xB66574) is known color: Turkish Rose. HEX triplet: B6, 65 and 74. RGB value is (182,101,116). Sum of RGB (Red+Green+Blue) = 182+101+116=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B66574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66574 is #499A8B. Grayscale: #7E7E7E. Windows color (decimal): -4823692 or 7628214. OLE color: 7628214.

HSL color Cylindrical-coordinate representation of color #B66574: hue angle of 348.89º 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 #B66574 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 101 116 -
CMYK 0 0.45 0.36 0.29
HSL 348.89º 0.36% 0.55% -
HSV(B) 348.89º 0.45% 0.71% -
XYZ 27.1 20.51 19.05 -
YUV 126.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 182 101 116 0 0.45 0.36 0.29 348.89 0.36 0.55
Hex B6 65 74 0 2D 24 1D 15D 24 37
Octal 266 145 164 0 55 44 35 535 44 67
Binary 10110110 1100101 1110100 0 101101 100100 11101 101011101 100100 110111

Color Harmonies of #B66574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66574

Black with #B66574

Text Example


Text Example

White with #B66574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66574; }

 p { color: rgb(182,101,116); }

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

background-color css

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

 a { background-color: rgb(182,101,116); }

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

border-color css

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

 span { border-color: rgb(182,101,116); }

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