Html Css Color HEX #B56468 Turkish Rose

📋 copy color: '#B56468'

red 181 ◦ green 100 ◦ blue 104

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

Shades of Turkish Rose #B56468

Tints of Turkish Rose #B56468

RGB

 RED value IS 181 (71.09% from 255) = 47.01%

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

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

R = 47.01%
G = 25.97%
B = 27.01%

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

#B56468 (or 0xB56468) is known color: Turkish Rose. HEX triplet: B5, 64 and 68. RGB value is (181,100,104). Sum of RGB (Red+Green+Blue) = 181+100+104=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B56468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56468 is #4A9B97. Grayscale: #7C7C7C. Windows color (decimal): -4889496 or 6841525. OLE color: 6841525.

HSL color Cylindrical-coordinate representation of color #B56468: hue angle of 357.04º degrees, saturation: 0.35, 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 #B56468 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 100 104 -
CMYK 0 0.45 0.43 0.29
HSL 357.04º 0.35% 0.55% -
HSV(B) 357.04º 0.45% 0.71% -
XYZ 26.11 19.94 15.57 -
YUV 124.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 181 100 104 0 0.45 0.43 0.29 357.04 0.35 0.55
Hex B5 64 68 0 2D 2B 1D 165 23 37
Octal 265 144 150 0 55 53 35 545 43 67
Binary 10110101 1100100 1101000 0 101101 101011 11101 101100101 100011 110111

Color Harmonies of #B56468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56468

Black with #B56468

Text Example


Text Example

White with #B56468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56468; }

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

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

background-color css

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

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

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

border-color css

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

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

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