Html Css Color HEX #B0666E Turkish Rose

📋 copy color: '#B0666E'

red 176 ◦ green 102 ◦ blue 110

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

Shades of Turkish Rose #B0666E

Tints of Turkish Rose #B0666E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 45.36%
G = 26.29%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0666E (or 0xB0666E) is known color: Turkish Rose. HEX triplet: B0, 66 and 6E. RGB value is (176,102,110). Sum of RGB (Red+Green+Blue) = 176+102+110=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0666E is #4F9991. Grayscale: #7D7D7D. Windows color (decimal): -5216658 or 7235248. OLE color: 7235248.

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

Color convert

RGB 176 102 110 -
CMYK 0 0.42 0.37 0.31
HSL 353.51º 0.32% 0.55% -
HSV(B) 353.51º 0.42% 0.69% -
XYZ 25.47 19.86 17.24 -
YUV 125.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 176 102 110 0 0.42 0.37 0.31 353.51 0.32 0.55
Hex B0 66 6E 0 2A 25 1F 162 20 37
Octal 260 146 156 0 52 45 37 542 40 67
Binary 10110000 1100110 1101110 0 101010 100101 11111 101100010 100000 110111

Color Harmonies of #B0666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0666E

Black with #B0666E

Text Example


Text Example

White with #B0666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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