Html Css Color HEX #BD676F Turkish Rose

📋 copy color: '#BD676F'

red 189 ◦ green 103 ◦ blue 111

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

Shades of Turkish Rose #BD676F

Tints of Turkish Rose #BD676F

RGB

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

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

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

R = 46.9%
G = 25.56%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD676F (or 0xBD676F) is known color: Turkish Rose. HEX triplet: BD, 67 and 6F. RGB value is (189,103,111). Sum of RGB (Red+Green+Blue) = 189+103+111=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD676F is #429890. Grayscale: #818181. Windows color (decimal): -4364433 or 7301053. OLE color: 7301053.

HSL color Cylindrical-coordinate representation of color #BD676F: hue angle of 354.42º 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 #BD676F is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 103 111 -
CMYK 0 0.46 0.41 0.26
HSL 354.42º 0.39% 0.57% -
HSV(B) 354.42º 0.46% 0.74% -
XYZ 28.71 21.67 17.71 -
YUV 129.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 189 103 111 0 0.46 0.41 0.26 354.42 0.39 0.57
Hex BD 67 6F 0 2E 29 1A 162 27 39
Octal 275 147 157 0 56 51 32 542 47 71
Binary 10111101 1100111 1101111 0 101110 101001 11010 101100010 100111 111001

Color Harmonies of #BD676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD676F

Black with #BD676F

Text Example


Text Example

White with #BD676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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