Html Css Color HEX #BD7071 Turkish Rose

📋 copy color: '#BD7071'

red 189 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #BD7071

Tints of Turkish Rose #BD7071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.05%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 45.65%
G = 27.05%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD7071 (or 0xBD7071) is known color: Turkish Rose. HEX triplet: BD, 70 and 71. RGB value is (189,112,113). Sum of RGB (Red+Green+Blue) = 189+112+113=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7071 is #428F8E. Grayscale: #878787. Windows color (decimal): -4362127 or 7434429. OLE color: 7434429.

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

Color convert

RGB 189 112 113 -
CMYK 0 0.41 0.40 0.26
HSL 359.22º 0.37% 0.59% -
HSV(B) 359.22º 0.41% 0.74% -
XYZ 29.76 23.6 18.61 -
YUV 135.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 189 112 113 0 0.41 0.40 0.26 359.22 0.37 0.59
Hex BD 70 71 0 29 28 1A 167 25 3B
Octal 275 160 161 0 51 50 32 547 45 73
Binary 10111101 1110000 1110001 0 101001 101000 11010 101100111 100101 111011

Color Harmonies of #BD7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7071

Black with #BD7071

Text Example


Text Example

White with #BD7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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