Html Css Color HEX #B9656B Turkish Rose

📋 copy color: '#B9656B'

red 185 ◦ green 101 ◦ blue 107

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

Shades of Turkish Rose #B9656B

Tints of Turkish Rose #B9656B

RGB

 RED value IS 185 (72.66% from 255) = 47.07%

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

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

R = 47.07%
G = 25.7%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9656B (or 0xB9656B) is known color: Turkish Rose. HEX triplet: B9, 65 and 6B. RGB value is (185,101,107). Sum of RGB (Red+Green+Blue) = 185+101+107=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9656B is #469A94. Grayscale: #7E7E7E. Windows color (decimal): -4627093 or 7038393. OLE color: 7038393.

HSL color Cylindrical-coordinate representation of color #B9656B: hue angle of 355.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9656B is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 107 -
CMYK 0 0.45 0.42 0.27
HSL 355.71º 0.38% 0.56% -
HSV(B) 355.71º 0.45% 0.73% -
XYZ 27.32 20.68 16.46 -
YUV 126.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 185 101 107 0 0.45 0.42 0.27 355.71 0.38 0.56
Hex B9 65 6B 0 2D 2A 1B 164 26 38
Octal 271 145 153 0 55 52 33 544 46 70
Binary 10111001 1100101 1101011 0 101101 101010 11011 101100100 100110 111000

Color Harmonies of #B9656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9656B

Black with #B9656B

Text Example


Text Example

White with #B9656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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