Html Css Color HEX #BD6768 Turkish Rose

📋 copy color: '#BD6768'

red 189 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #BD6768

Tints of Turkish Rose #BD6768

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.01%

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 47.73%
G = 26.01%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD6768 (or 0xBD6768) is known color: Turkish Rose. HEX triplet: BD, 67 and 68. RGB value is (189,103,104). Sum of RGB (Red+Green+Blue) = 189+103+104=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 103 (40.62% from 255 or 26.01% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6768 is #429897. Grayscale: #808080. Windows color (decimal): -4364440 or 6842301. OLE color: 6842301.

HSL color Cylindrical-coordinate representation of color #BD6768: hue angle of 359.3º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD6768 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 103 104 -
CMYK 0 0.46 0.45 0.26
HSL 359.3º 0.39% 0.57% -
HSV(B) 359.3º 0.46% 0.74% -
XYZ 28.34 21.52 15.76 -
YUV 128.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 189 103 104 0 0.46 0.45 0.26 359.3 0.39 0.57
Hex BD 67 68 0 2E 2D 1A 167 27 39
Octal 275 147 150 0 56 55 32 547 47 71
Binary 10111101 1100111 1101000 0 101110 101101 11010 101100111 100111 111001

Color Harmonies of #BD6768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6768

Black with #BD6768

Text Example


Text Example

White with #BD6768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6768; }

 p { color: rgb(189,103,104); }

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

background-color css

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

 a { background-color: rgb(189,103,104); }

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

border-color css

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

 span { border-color: rgb(189,103,104); }

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