Html Css Color HEX #BD7275 Turkish Rose

📋 copy color: '#BD7275'

red 189 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #BD7275

Tints of Turkish Rose #BD7275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.14%

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 45%
G = 27.14%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD7275 (or 0xBD7275) is known color: Turkish Rose. HEX triplet: BD, 72 and 75. RGB value is (189,114,117). Sum of RGB (Red+Green+Blue) = 189+114+117=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7275 is #428D8A. Grayscale: #888888. Windows color (decimal): -4361611 or 7697085. OLE color: 7697085.

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

Color convert

RGB 189 114 117 -
CMYK 0 0.40 0.38 0.26
HSL 357.6º 0.36% 0.59% -
HSV(B) 357.6º 0.4% 0.74% -
XYZ 30.21 24.14 19.9 -
YUV 136.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 189 114 117 0 0.40 0.38 0.26 357.6 0.36 0.59
Hex BD 72 75 0 28 26 1A 166 24 3B
Octal 275 162 165 0 50 46 32 546 44 73
Binary 10111101 1110010 1110101 0 101000 100110 11010 101100110 100100 111011

Color Harmonies of #BD7275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7275

Black with #BD7275

Text Example


Text Example

White with #BD7275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7275; }

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

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

background-color css

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

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

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

border-color css

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

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

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