Html Css Color HEX #B0666A Turkish Rose

📋 copy color: '#B0666A'

red 176 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #B0666A

Tints of Turkish Rose #B0666A

RGB

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

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

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

R = 45.83%
G = 26.56%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0666A (or 0xB0666A) is known color: Turkish Rose. HEX triplet: B0, 66 and 6A. RGB value is (176,102,106). Sum of RGB (Red+Green+Blue) = 176+102+106=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0666A is #4F9995. Grayscale: #7C7C7C. Windows color (decimal): -5216662 or 6973104. OLE color: 6973104.

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

Color convert

RGB 176 102 106 -
CMYK 0 0.42 0.40 0.31
HSL 356.76º 0.32% 0.55% -
HSV(B) 356.76º 0.42% 0.69% -
XYZ 25.26 19.77 16.12 -
YUV 124.58 117.52 164.67 -
System Red Green Blue C M Y K H S L
Decimal 176 102 106 0 0.42 0.40 0.31 356.76 0.32 0.55
Hex B0 66 6A 0 2A 28 1F 165 20 37
Octal 260 146 152 0 52 50 37 545 40 67
Binary 10110000 1100110 1101010 0 101010 101000 11111 101100101 100000 110111

Color Harmonies of #B0666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0666A

Black with #B0666A

Text Example


Text Example

White with #B0666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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