Html Css Color HEX #B5666A Turkish Rose

📋 copy color: '#B5666A'

red 181 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #B5666A

Tints of Turkish Rose #B5666A

RGB

 RED value IS 181 (71.09% from 255) = 46.53%

 GREEN value IS 102 (40.23% from 255) = 26.22%

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 46.53%
G = 26.22%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5666A (or 0xB5666A) is known color: Turkish Rose. HEX triplet: B5, 66 and 6A. RGB value is (181,102,106). Sum of RGB (Red+Green+Blue) = 181+102+106=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5666A is #4A9995. Grayscale: #7E7E7E. Windows color (decimal): -4888982 or 6973109. OLE color: 6973109.

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

Color convert

RGB 181 102 106 -
CMYK 0 0.44 0.41 0.29
HSL 356.96º 0.35% 0.55% -
HSV(B) 356.96º 0.44% 0.71% -
XYZ 26.41 20.37 16.18 -
YUV 126.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 181 102 106 0 0.44 0.41 0.29 356.96 0.35 0.55
Hex B5 66 6A 0 2C 29 1D 165 23 37
Octal 265 146 152 0 54 51 35 545 43 67
Binary 10110101 1100110 1101010 0 101100 101001 11101 101100101 100011 110111

Color Harmonies of #B5666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5666A

Black with #B5666A

Text Example


Text Example

White with #B5666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5666A; }

 p { color: rgb(181,102,106); }

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

background-color css

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

 a { background-color: rgb(181,102,106); }

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

border-color css

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

 span { border-color: rgb(181,102,106); }

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