Html Css Color HEX #B0656B Turkish Rose

📋 copy color: '#B0656B'

red 176 ◦ green 101 ◦ blue 107

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

Shades of Turkish Rose #B0656B

Tints of Turkish Rose #B0656B

RGB

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

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

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

R = 45.83%
G = 26.3%
B = 27.86%

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

#B0656B (or 0xB0656B) is known color: Turkish Rose. HEX triplet: B0, 65 and 6B. RGB value is (176,101,107). Sum of RGB (Red+Green+Blue) = 176+101+107=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0656B is #4F9A94. Grayscale: #7C7C7C. Windows color (decimal): -5216917 or 7038384. OLE color: 7038384.

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

Color convert

RGB 176 101 107 -
CMYK 0 0.43 0.39 0.31
HSL 355.2º 0.32% 0.54% -
HSV(B) 355.2º 0.43% 0.69% -
XYZ 25.21 19.6 16.36 -
YUV 124.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 176 101 107 0 0.43 0.39 0.31 355.2 0.32 0.54
Hex B0 65 6B 0 2B 27 1F 163 20 36
Octal 260 145 153 0 53 47 37 543 40 66
Binary 10110000 1100101 1101011 0 101011 100111 11111 101100011 100000 110110

Color Harmonies of #B0656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0656B

Black with #B0656B

Text Example


Text Example

White with #B0656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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