Html Css Color HEX #B5666F Turkish Rose

📋 copy color: '#B5666F'

red 181 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #B5666F

Tints of Turkish Rose #B5666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 45.94%
G = 25.89%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5666F (or 0xB5666F) is known color: Turkish Rose. HEX triplet: B5, 66 and 6F. RGB value is (181,102,111). Sum of RGB (Red+Green+Blue) = 181+102+111=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B5666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5666F is #4A9990. Grayscale: #7E7E7E. Windows color (decimal): -4888977 or 7300789. OLE color: 7300789.

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

Color convert

RGB 181 102 111 -
CMYK 0 0.44 0.39 0.29
HSL 353.16º 0.35% 0.55% -
HSV(B) 353.16º 0.44% 0.71% -
XYZ 26.68 20.47 17.58 -
YUV 126.65 119.17 166.77 -
System Red Green Blue C M Y K H S L
Decimal 181 102 111 0 0.44 0.39 0.29 353.16 0.35 0.55
Hex B5 66 6F 0 2C 27 1D 161 23 37
Octal 265 146 157 0 54 47 35 541 43 67
Binary 10110101 1100110 1101111 0 101100 100111 11101 101100001 100011 110111

Color Harmonies of #B5666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5666F

Black with #B5666F

Text Example


Text Example

White with #B5666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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