Html Css Color HEX #B66975 Turkish Rose

📋 copy color: '#B66975'

red 182 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #B66975

Tints of Turkish Rose #B66975

RGB

 RED value IS 182 (71.48% from 255) = 45.05%

 GREEN value IS 105 (41.41% from 255) = 25.99%

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 45.05%
G = 25.99%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B66975 (or 0xB66975) is known color: Turkish Rose. HEX triplet: B6, 69 and 75. RGB value is (182,105,117). Sum of RGB (Red+Green+Blue) = 182+105+117=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B66975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66975 is #49968A. Grayscale: #818181. Windows color (decimal): -4822667 or 7694774. OLE color: 7694774.

HSL color Cylindrical-coordinate representation of color #B66975: hue angle of 350.65º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B66975 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 105 117 -
CMYK 0 0.42 0.36 0.29
HSL 350.65º 0.35% 0.56% -
HSV(B) 350.65º 0.42% 0.71% -
XYZ 27.55 21.33 19.49 -
YUV 129.39 121.01 165.52 -
System Red Green Blue C M Y K H S L
Decimal 182 105 117 0 0.42 0.36 0.29 350.65 0.35 0.56
Hex B6 69 75 0 2A 24 1D 15F 23 38
Octal 266 151 165 0 52 44 35 537 43 70
Binary 10110110 1101001 1110101 0 101010 100100 11101 101011111 100011 111000

Color Harmonies of #B66975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66975

Black with #B66975

Text Example


Text Example

White with #B66975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66975; }

 p { color: rgb(182,105,117); }

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

background-color css

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

 a { background-color: rgb(182,105,117); }

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

border-color css

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

 span { border-color: rgb(182,105,117); }

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