Html Css Color HEX #BD7576 Turkish Rose

📋 copy color: '#BD7576'

red 189 ◦ green 117 ◦ blue 118

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

Shades of Turkish Rose #BD7576

Tints of Turkish Rose #BD7576

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

 BLUE value IS 118 (46.48% from 255) = 27.83%

R = 44.58%
G = 27.59%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD7576 (or 0xBD7576) is known color: Turkish Rose. HEX triplet: BD, 75 and 76. RGB value is (189,117,118). Sum of RGB (Red+Green+Blue) = 189+117+118=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7576 is #428A89. Grayscale: #8A8A8A. Windows color (decimal): -4360842 or 7763389. OLE color: 7763389.

HSL color Cylindrical-coordinate representation of color #BD7576: hue angle of 359.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD7576 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 117 118 -
CMYK 0 0.38 0.38 0.26
HSL 359.17º 0.35% 0.6% -
HSV(B) 359.17º 0.38% 0.74% -
XYZ 30.62 24.85 20.32 -
YUV 138.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 189 117 118 0 0.38 0.38 0.26 359.17 0.35 0.6
Hex BD 75 76 0 26 26 1A 167 23 3C
Octal 275 165 166 0 46 46 32 547 43 74
Binary 10111101 1110101 1110110 0 100110 100110 11010 101100111 100011 111100

Color Harmonies of #BD7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7576

Black with #BD7576

Text Example


Text Example

White with #BD7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7576; }

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

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

background-color css

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

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

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

border-color css

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

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

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