Html Css Color HEX #BD6B6E Turkish Rose

📋 copy color: '#BD6B6E'

red 189 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #BD6B6E

Tints of Turkish Rose #BD6B6E

RGB

 RED value IS 189 (74.22% from 255) = 46.55%

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 46.55%
G = 26.35%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD6B6E (or 0xBD6B6E) is known color: Turkish Rose. HEX triplet: BD, 6B and 6E. RGB value is (189,107,110). Sum of RGB (Red+Green+Blue) = 189+107+110=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B6E is #429491. Grayscale: #838383. Windows color (decimal): -4363410 or 7236541. OLE color: 7236541.

HSL color Cylindrical-coordinate representation of color #BD6B6E: hue angle of 357.8º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6B6E is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 110 -
CMYK 0 0.43 0.42 0.26
HSL 357.8º 0.38% 0.58% -
HSV(B) 357.8º 0.43% 0.74% -
XYZ 29.06 22.46 17.56 -
YUV 131.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 189 107 110 0 0.43 0.42 0.26 357.8 0.38 0.58
Hex BD 6B 6E 0 2B 2A 1A 166 26 3A
Octal 275 153 156 0 53 52 32 546 46 72
Binary 10111101 1101011 1101110 0 101011 101010 11010 101100110 100110 111010

Color Harmonies of #BD6B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B6E

Black with #BD6B6E

Text Example


Text Example

White with #BD6B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B6E; }

 p { color: rgb(189,107,110); }

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

background-color css

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

 a { background-color: rgb(189,107,110); }

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

border-color css

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

 span { border-color: rgb(189,107,110); }

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