Html Css Color HEX #B66468 Turkish Rose

📋 copy color: '#B66468'

red 182 ◦ green 100 ◦ blue 104

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

Shades of Turkish Rose #B66468

Tints of Turkish Rose #B66468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

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

R = 47.15%
G = 25.91%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B66468 (or 0xB66468) is known color: Turkish Rose. HEX triplet: B6, 64 and 68. RGB value is (182,100,104). Sum of RGB (Red+Green+Blue) = 182+100+104=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B66468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66468 is #499B97. Grayscale: #7D7D7D. Windows color (decimal): -4823960 or 6841526. OLE color: 6841526.

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

Color convert

RGB 182 100 104 -
CMYK 0 0.45 0.43 0.29
HSL 357.07º 0.36% 0.55% -
HSV(B) 357.07º 0.45% 0.71% -
XYZ 26.35 20.06 15.58 -
YUV 124.97 116.17 168.67 -
System Red Green Blue C M Y K H S L
Decimal 182 100 104 0 0.45 0.43 0.29 357.07 0.36 0.55
Hex B6 64 68 0 2D 2B 1D 165 24 37
Octal 266 144 150 0 55 53 35 545 44 67
Binary 10110110 1100100 1101000 0 101101 101011 11101 101100101 100100 110111

Color Harmonies of #B66468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66468

Black with #B66468

Text Example


Text Example

White with #B66468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66468; }

 p { color: rgb(182,100,104); }

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

background-color css

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

 a { background-color: rgb(182,100,104); }

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

border-color css

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

 span { border-color: rgb(182,100,104); }

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