Html Css Color HEX #BD6A6F Turkish Rose

📋 copy color: '#BD6A6F'

red 189 ◦ green 106 ◦ blue 111

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

Shades of Turkish Rose #BD6A6F

Tints of Turkish Rose #BD6A6F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.11%

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 46.55%
G = 26.11%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD6A6F (or 0xBD6A6F) is known color: Turkish Rose. HEX triplet: BD, 6A and 6F. RGB value is (189,106,111). Sum of RGB (Red+Green+Blue) = 189+106+111=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6A6F is #429590. Grayscale: #838383. Windows color (decimal): -4363665 or 7301821. OLE color: 7301821.

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

Color convert

RGB 189 106 111 -
CMYK 0 0.44 0.41 0.26
HSL 356.39º 0.39% 0.58% -
HSV(B) 356.39º 0.44% 0.74% -
XYZ 29.01 22.27 17.81 -
YUV 131.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 189 106 111 0 0.44 0.41 0.26 356.39 0.39 0.58
Hex BD 6A 6F 0 2C 29 1A 164 27 3A
Octal 275 152 157 0 54 51 32 544 47 72
Binary 10111101 1101010 1101111 0 101100 101001 11010 101100100 100111 111010

Color Harmonies of #BD6A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6A6F

Black with #BD6A6F

Text Example


Text Example

White with #BD6A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6A6F; }

 p { color: rgb(189,106,111); }

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

background-color css

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

 a { background-color: rgb(189,106,111); }

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

border-color css

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

 span { border-color: rgb(189,106,111); }

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