Html Css Color HEX #BD7072 Turkish Rose

📋 copy color: '#BD7072'

red 189 ◦ green 112 ◦ blue 114

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

Shades of Turkish Rose #BD7072

Tints of Turkish Rose #BD7072

RGB

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

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

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

R = 45.54%
G = 26.99%
B = 27.47%

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

#BD7072 (or 0xBD7072) is known color: Turkish Rose. HEX triplet: BD, 70 and 72. RGB value is (189,112,114). Sum of RGB (Red+Green+Blue) = 189+112+114=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7072 is #428F8D. Grayscale: #878787. Windows color (decimal): -4362126 or 7499965. OLE color: 7499965.

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

Color convert

RGB 189 112 114 -
CMYK 0 0.41 0.40 0.26
HSL 358.44º 0.37% 0.59% -
HSV(B) 358.44º 0.41% 0.74% -
XYZ 29.82 23.62 18.91 -
YUV 135.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 189 112 114 0 0.41 0.40 0.26 358.44 0.37 0.59
Hex BD 70 72 0 29 28 1A 166 25 3B
Octal 275 160 162 0 51 50 32 546 45 73
Binary 10111101 1110000 1110010 0 101001 101000 11010 101100110 100101 111011

Color Harmonies of #BD7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7072

Black with #BD7072

Text Example


Text Example

White with #BD7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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