Html Css Color HEX #BD7173 Turkish Rose

📋 copy color: '#BD7173'

red 189 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #BD7173

Tints of Turkish Rose #BD7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.1%

 BLUE value IS 115 (45.31% from 255) = 27.58%

R = 45.32%
G = 27.1%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD7173 (or 0xBD7173) is known color: Turkish Rose. HEX triplet: BD, 71 and 73. RGB value is (189,113,115). Sum of RGB (Red+Green+Blue) = 189+113+115=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7173 is #428E8C. Grayscale: #888888. Windows color (decimal): -4361869 or 7565757. OLE color: 7565757.

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

Color convert

RGB 189 113 115 -
CMYK 0 0.40 0.39 0.26
HSL 358.42º 0.37% 0.59% -
HSV(B) 358.42º 0.4% 0.74% -
XYZ 29.99 23.87 19.25 -
YUV 135.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 189 113 115 0 0.40 0.39 0.26 358.42 0.37 0.59
Hex BD 71 73 0 28 27 1A 166 25 3B
Octal 275 161 163 0 50 47 32 546 45 73
Binary 10111101 1110001 1110011 0 101000 100111 11010 101100110 100101 111011

Color Harmonies of #BD7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7173

Black with #BD7173

Text Example


Text Example

White with #BD7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7173; }

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

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

background-color css

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

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

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

border-color css

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

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

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