Html Css Color HEX #BD6B6F Turkish Rose

📋 copy color: '#BD6B6F'

red 189 ◦ green 107 ◦ blue 111

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

Shades of Turkish Rose #BD6B6F

Tints of Turkish Rose #BD6B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 46.44%
G = 26.29%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD6B6F (or 0xBD6B6F) is known color: Turkish Rose. HEX triplet: BD, 6B and 6F. RGB value is (189,107,111). Sum of RGB (Red+Green+Blue) = 189+107+111=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6B6F is #429490. Grayscale: #848484. Windows color (decimal): -4363409 or 7302077. OLE color: 7302077.

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

Color convert

RGB 189 107 111 -
CMYK 0 0.43 0.41 0.26
HSL 357.07º 0.38% 0.58% -
HSV(B) 357.07º 0.43% 0.74% -
XYZ 29.11 22.48 17.84 -
YUV 131.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 189 107 111 0 0.43 0.41 0.26 357.07 0.38 0.58
Hex BD 6B 6F 0 2B 29 1A 165 26 3A
Octal 275 153 157 0 53 51 32 545 46 72
Binary 10111101 1101011 1101111 0 101011 101001 11010 101100101 100110 111010

Color Harmonies of #BD6B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B6F

Black with #BD6B6F

Text Example


Text Example

White with #BD6B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B6F; }

 p { color: rgb(189,107,111); }

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

background-color css

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

 a { background-color: rgb(189,107,111); }

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

border-color css

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

 span { border-color: rgb(189,107,111); }

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