Html Css Color HEX #BD787A Turkish Rose

📋 copy color: '#BD787A'

red 189 ◦ green 120 ◦ blue 122

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

Shades of Turkish Rose #BD787A

Tints of Turkish Rose #BD787A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 43.85%
G = 27.84%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD787A (or 0xBD787A) is known color: Turkish Rose. HEX triplet: BD, 78 and 7A. RGB value is (189,120,122). Sum of RGB (Red+Green+Blue) = 189+120+122=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD787A is #428785. Grayscale: #8C8C8C. Windows color (decimal): -4360070 or 8026301. OLE color: 8026301.

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

Color convert

RGB 189 120 122 -
CMYK 0 0.37 0.35 0.26
HSL 358.26º 0.34% 0.61% -
HSV(B) 358.26º 0.37% 0.74% -
XYZ 31.22 25.66 21.72 -
YUV 140.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 189 120 122 0 0.37 0.35 0.26 358.26 0.34 0.61
Hex BD 78 7A 0 25 23 1A 166 22 3D
Octal 275 170 172 0 45 43 32 546 42 75
Binary 10111101 1111000 1111010 0 100101 100011 11010 101100110 100010 111101

Color Harmonies of #BD787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD787A

Black with #BD787A

Text Example


Text Example

White with #BD787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD787A; }

 p { color: rgb(189,120,122); }

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

background-color css

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

 a { background-color: rgb(189,120,122); }

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

border-color css

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

 span { border-color: rgb(189,120,122); }

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