Html Css Color HEX #BD6771 Turkish Rose

📋 copy color: '#BD6771'

red 189 ◦ green 103 ◦ blue 113

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

Shades of Turkish Rose #BD6771

Tints of Turkish Rose #BD6771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 46.67%
G = 25.43%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD6771 (or 0xBD6771) is known color: Turkish Rose. HEX triplet: BD, 67 and 71. RGB value is (189,103,113). Sum of RGB (Red+Green+Blue) = 189+103+113=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6771 is #42988E. Grayscale: #818181. Windows color (decimal): -4364431 or 7432125. OLE color: 7432125.

HSL color Cylindrical-coordinate representation of color #BD6771: hue angle of 353.02º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6771 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 103 113 -
CMYK 0 0.46 0.40 0.26
HSL 353.02º 0.39% 0.57% -
HSV(B) 353.02º 0.46% 0.74% -
XYZ 28.82 21.71 18.29 -
YUV 129.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 189 103 113 0 0.46 0.40 0.26 353.02 0.39 0.57
Hex BD 67 71 0 2E 28 1A 161 27 39
Octal 275 147 161 0 56 50 32 541 47 71
Binary 10111101 1100111 1110001 0 101110 101000 11010 101100001 100111 111001

Color Harmonies of #BD6771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6771

Black with #BD6771

Text Example


Text Example

White with #BD6771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6771; }

 p { color: rgb(189,103,113); }

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

background-color css

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

 a { background-color: rgb(189,103,113); }

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

border-color css

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

 span { border-color: rgb(189,103,113); }

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