Html Css Color HEX #BD676D Turkish Rose

📋 copy color: '#BD676D'

red 189 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #BD676D

Tints of Turkish Rose #BD676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 47.13%
G = 25.69%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD676D (or 0xBD676D) is known color: Turkish Rose. HEX triplet: BD, 67 and 6D. RGB value is (189,103,109). Sum of RGB (Red+Green+Blue) = 189+103+109=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD676D is #429892. Grayscale: #818181. Windows color (decimal): -4364435 or 7169981. OLE color: 7169981.

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

Color convert

RGB 189 103 109 -
CMYK 0 0.46 0.42 0.26
HSL 355.81º 0.39% 0.57% -
HSV(B) 355.81º 0.46% 0.74% -
XYZ 28.6 21.62 17.13 -
YUV 129.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 189 103 109 0 0.46 0.42 0.26 355.81 0.39 0.57
Hex BD 67 6D 0 2E 2A 1A 164 27 39
Octal 275 147 155 0 56 52 32 544 47 71
Binary 10111101 1100111 1101101 0 101110 101010 11010 101100100 100111 111001

Color Harmonies of #BD676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD676D

Black with #BD676D

Text Example


Text Example

White with #BD676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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