Html Css Color HEX #BD7274 Turkish Rose

📋 copy color: '#BD7274'

red 189 ◦ green 114 ◦ blue 116

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

Shades of Turkish Rose #BD7274

Tints of Turkish Rose #BD7274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 45.11%
G = 27.21%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD7274 (or 0xBD7274) is known color: Turkish Rose. HEX triplet: BD, 72 and 74. RGB value is (189,114,116). Sum of RGB (Red+Green+Blue) = 189+114+116=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7274 is #428D8B. Grayscale: #888888. Windows color (decimal): -4361612 or 7631549. OLE color: 7631549.

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

Color convert

RGB 189 114 116 -
CMYK 0 0.40 0.39 0.26
HSL 358.4º 0.36% 0.59% -
HSV(B) 358.4º 0.4% 0.74% -
XYZ 30.16 24.11 19.59 -
YUV 136.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 189 114 116 0 0.40 0.39 0.26 358.4 0.36 0.59
Hex BD 72 74 0 28 27 1A 166 24 3B
Octal 275 162 164 0 50 47 32 546 44 73
Binary 10111101 1110010 1110100 0 101000 100111 11010 101100110 100100 111011

Color Harmonies of #BD7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7274

Black with #BD7274

Text Example


Text Example

White with #BD7274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7274; }

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

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

background-color css

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

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

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

border-color css

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

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

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