Html Css Color HEX #B0656C Turkish Rose

📋 copy color: '#B0656C'

red 176 ◦ green 101 ◦ blue 108

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

Shades of Turkish Rose #B0656C

Tints of Turkish Rose #B0656C

RGB

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

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

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

R = 45.71%
G = 26.23%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0656C (or 0xB0656C) is known color: Turkish Rose. HEX triplet: B0, 65 and 6C. RGB value is (176,101,108). Sum of RGB (Red+Green+Blue) = 176+101+108=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0656C is #4F9A93. Grayscale: #7C7C7C. Windows color (decimal): -5216916 or 7103920. OLE color: 7103920.

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

Color convert

RGB 176 101 108 -
CMYK 0 0.43 0.39 0.31
HSL 354.4º 0.32% 0.54% -
HSV(B) 354.4º 0.43% 0.69% -
XYZ 25.26 19.62 16.64 -
YUV 124.22 118.85 164.93 -
System Red Green Blue C M Y K H S L
Decimal 176 101 108 0 0.43 0.39 0.31 354.4 0.32 0.54
Hex B0 65 6C 0 2B 27 1F 162 20 36
Octal 260 145 154 0 53 47 37 542 40 66
Binary 10110000 1100101 1101100 0 101011 100111 11111 101100010 100000 110110

Color Harmonies of #B0656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0656C

Black with #B0656C

Text Example


Text Example

White with #B0656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0656C; }

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

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

background-color css

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

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

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

border-color css

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

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

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