Html Css Color HEX #BD7374 Turkish Rose

📋 copy color: '#BD7374'

red 189 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #BD7374

Tints of Turkish Rose #BD7374

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 45%
G = 27.38%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD7374 (or 0xBD7374) is known color: Turkish Rose. HEX triplet: BD, 73 and 74. RGB value is (189,115,116). Sum of RGB (Red+Green+Blue) = 189+115+116=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7374 is #428C8B. Grayscale: #898989. Windows color (decimal): -4361356 or 7631805. OLE color: 7631805.

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

Color convert

RGB 189 115 116 -
CMYK 0 0.39 0.39 0.26
HSL 359.19º 0.36% 0.6% -
HSV(B) 359.19º 0.39% 0.74% -
XYZ 30.27 24.34 19.63 -
YUV 137.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 189 115 116 0 0.39 0.39 0.26 359.19 0.36 0.6
Hex BD 73 74 0 27 27 1A 167 24 3C
Octal 275 163 164 0 47 47 32 547 44 74
Binary 10111101 1110011 1110100 0 100111 100111 11010 101100111 100100 111100

Color Harmonies of #BD7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7374

Black with #BD7374

Text Example


Text Example

White with #BD7374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7374; }

 p { color: rgb(189,115,116); }

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

background-color css

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

 a { background-color: rgb(189,115,116); }

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

border-color css

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

 span { border-color: rgb(189,115,116); }

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