Html Css Color HEX #B0666C Turkish Rose

📋 copy color: '#B0666C'

red 176 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #B0666C

Tints of Turkish Rose #B0666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.98%

R = 45.6%
G = 26.42%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0666C (or 0xB0666C) is known color: Turkish Rose. HEX triplet: B0, 66 and 6C. RGB value is (176,102,108). Sum of RGB (Red+Green+Blue) = 176+102+108=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0666C is #4F9993. Grayscale: #7C7C7C. Windows color (decimal): -5216660 or 7104176. OLE color: 7104176.

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

Color convert

RGB 176 102 108 -
CMYK 0 0.42 0.39 0.31
HSL 355.14º 0.32% 0.55% -
HSV(B) 355.14º 0.42% 0.69% -
XYZ 25.36 19.82 16.68 -
YUV 124.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 176 102 108 0 0.42 0.39 0.31 355.14 0.32 0.55
Hex B0 66 6C 0 2A 27 1F 163 20 37
Octal 260 146 154 0 52 47 37 543 40 67
Binary 10110000 1100110 1101100 0 101010 100111 11111 101100011 100000 110111

Color Harmonies of #B0666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0666C

Black with #B0666C

Text Example


Text Example

White with #B0666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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