Html Css Color HEX #B0666B Turkish Rose

📋 copy color: '#B0666B'

red 176 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #B0666B

Tints of Turkish Rose #B0666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 45.71%
G = 26.49%
B = 27.79%

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

#B0666B (or 0xB0666B) is known color: Turkish Rose. HEX triplet: B0, 66 and 6B. RGB value is (176,102,107). Sum of RGB (Red+Green+Blue) = 176+102+107=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0666B is #4F9994. Grayscale: #7C7C7C. Windows color (decimal): -5216661 or 7038640. OLE color: 7038640.

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

Color convert

RGB 176 102 107 -
CMYK 0 0.42 0.39 0.31
HSL 355.95º 0.32% 0.55% -
HSV(B) 355.95º 0.42% 0.69% -
XYZ 25.31 19.79 16.4 -
YUV 124.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 176 102 107 0 0.42 0.39 0.31 355.95 0.32 0.55
Hex B0 66 6B 0 2A 27 1F 164 20 37
Octal 260 146 153 0 52 47 37 544 40 67
Binary 10110000 1100110 1101011 0 101010 100111 11111 101100100 100000 110111

Color Harmonies of #B0666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0666B

Black with #B0666B

Text Example


Text Example

White with #B0666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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