Html Css Color HEX #BD7172 Turkish Rose

📋 copy color: '#BD7172'

red 189 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #BD7172

Tints of Turkish Rose #BD7172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.4%

R = 45.43%
G = 27.16%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD7172 (or 0xBD7172) is known color: Turkish Rose. HEX triplet: BD, 71 and 72. RGB value is (189,113,114). Sum of RGB (Red+Green+Blue) = 189+113+114=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7172 is #428E8D. Grayscale: #878787. Windows color (decimal): -4361870 or 7500221. OLE color: 7500221.

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

Color convert

RGB 189 113 114 -
CMYK 0 0.40 0.40 0.26
HSL 359.21º 0.37% 0.59% -
HSV(B) 359.21º 0.4% 0.74% -
XYZ 29.93 23.84 18.94 -
YUV 135.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 189 113 114 0 0.40 0.40 0.26 359.21 0.37 0.59
Hex BD 71 72 0 28 28 1A 167 25 3B
Octal 275 161 162 0 50 50 32 547 45 73
Binary 10111101 1110001 1110010 0 101000 101000 11010 101100111 100101 111011

Color Harmonies of #BD7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7172

Black with #BD7172

Text Example


Text Example

White with #BD7172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7172; }

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

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

background-color css

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

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

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

border-color css

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

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

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