Html Css Color HEX #B0656A Turkish Rose

📋 copy color: '#B0656A'

red 176 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #B0656A

Tints of Turkish Rose #B0656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

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

R = 45.95%
G = 26.37%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B0656A (or 0xB0656A) is known color: Turkish Rose. HEX triplet: B0, 65 and 6A. RGB value is (176,101,106). Sum of RGB (Red+Green+Blue) = 176+101+106=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0656A is #4F9A95. Grayscale: #7C7C7C. Windows color (decimal): -5216918 or 6972848. OLE color: 6972848.

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

Color convert

RGB 176 101 106 -
CMYK 0 0.43 0.40 0.31
HSL 356º 0.32% 0.54% -
HSV(B) 356º 0.43% 0.69% -
XYZ 25.16 19.58 16.09 -
YUV 124 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 176 101 106 0 0.43 0.40 0.31 356 0.32 0.54
Hex B0 65 6A 0 2B 28 1F 164 20 36
Octal 260 145 152 0 53 50 37 544 40 66
Binary 10110000 1100101 1101010 0 101011 101000 11111 101100100 100000 110110

Color Harmonies of #B0656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0656A

Black with #B0656A

Text Example


Text Example

White with #B0656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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