Html Css Color HEX #B06566 Turkish Rose

📋 copy color: '#B06566'

red 176 ◦ green 101 ◦ blue 102

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

Shades of Turkish Rose #B06566

Tints of Turkish Rose #B06566

RGB

 RED value IS 176 (69.14% from 255) = 46.44%

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

 BLUE value IS 102 (40.23% from 255) = 26.91%

R = 46.44%
G = 26.65%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B06566 (or 0xB06566) is known color: Turkish Rose. HEX triplet: B0, 65 and 66. RGB value is (176,101,102). Sum of RGB (Red+Green+Blue) = 176+101+102=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B06566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06566 is #4F9A99. Grayscale: #7B7B7B. Windows color (decimal): -5216922 or 6710704. OLE color: 6710704.

HSL color Cylindrical-coordinate representation of color #B06566: hue angle of 359.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06566 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 102 -
CMYK 0 0.43 0.42 0.31
HSL 359.2º 0.32% 0.54% -
HSV(B) 359.2º 0.43% 0.69% -
XYZ 24.96 19.5 15.02 -
YUV 123.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 176 101 102 0 0.43 0.42 0.31 359.2 0.32 0.54
Hex B0 65 66 0 2B 2A 1F 167 20 36
Octal 260 145 146 0 53 52 37 547 40 66
Binary 10110000 1100101 1100110 0 101011 101010 11111 101100111 100000 110110

Color Harmonies of #B06566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06566

Black with #B06566

Text Example


Text Example

White with #B06566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06566; }

 p { color: rgb(176,101,102); }

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

background-color css

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

 a { background-color: rgb(176,101,102); }

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

border-color css

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

 span { border-color: rgb(176,101,102); }

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