Html Css Color HEX #B9656A Turkish Rose

📋 copy color: '#B9656A'

red 185 ◦ green 101 ◦ blue 106

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

Shades of Turkish Rose #B9656A

Tints of Turkish Rose #B9656A

RGB

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

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

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

R = 47.19%
G = 25.77%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9656A (or 0xB9656A) is known color: Turkish Rose. HEX triplet: B9, 65 and 6A. RGB value is (185,101,106). Sum of RGB (Red+Green+Blue) = 185+101+106=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9656A is #469A95. Grayscale: #7E7E7E. Windows color (decimal): -4627094 or 6972857. OLE color: 6972857.

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

Color convert

RGB 185 101 106 -
CMYK 0 0.45 0.43 0.27
HSL 356.43º 0.38% 0.56% -
HSV(B) 356.43º 0.45% 0.73% -
XYZ 27.26 20.66 16.19 -
YUV 126.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 185 101 106 0 0.45 0.43 0.27 356.43 0.38 0.56
Hex B9 65 6A 0 2D 2B 1B 164 26 38
Octal 271 145 152 0 55 53 33 544 46 70
Binary 10111001 1100101 1101010 0 101101 101011 11011 101100100 100110 111000

Color Harmonies of #B9656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9656A

Black with #B9656A

Text Example


Text Example

White with #B9656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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