Html Css Color HEX #BD7073 Turkish Rose

📋 copy color: '#BD7073'

red 189 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #BD7073

Tints of Turkish Rose #BD7073

RGB

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

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

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

R = 45.43%
G = 26.92%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD7073 (or 0xBD7073) is known color: Turkish Rose. HEX triplet: BD, 70 and 73. RGB value is (189,112,115). Sum of RGB (Red+Green+Blue) = 189+112+115=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7073 is #428F8C. Grayscale: #878787. Windows color (decimal): -4362125 or 7565501. OLE color: 7565501.

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

Color convert

RGB 189 112 115 -
CMYK 0 0.41 0.39 0.26
HSL 357.66º 0.37% 0.59% -
HSV(B) 357.66º 0.41% 0.74% -
XYZ 29.87 23.64 19.21 -
YUV 135.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 189 112 115 0 0.41 0.39 0.26 357.66 0.37 0.59
Hex BD 70 73 0 29 27 1A 166 25 3B
Octal 275 160 163 0 51 47 32 546 45 73
Binary 10111101 1110000 1110011 0 101001 100111 11010 101100110 100101 111011

Color Harmonies of #BD7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7073

Black with #BD7073

Text Example


Text Example

White with #BD7073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7073; }

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

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

background-color css

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

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

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

border-color css

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

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

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