Html Css Color HEX #B56A6D Turkish Rose

📋 copy color: '#B56A6D'

red 181 ◦ green 106 ◦ blue 109

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

Shades of Turkish Rose #B56A6D

Tints of Turkish Rose #B56A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.77%

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 45.71%
G = 26.77%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B56A6D (or 0xB56A6D) is known color: Turkish Rose. HEX triplet: B5, 6A and 6D. RGB value is (181,106,109). Sum of RGB (Red+Green+Blue) = 181+106+109=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A6D is #4A9592. Grayscale: #808080. Windows color (decimal): -4887955 or 7170741. OLE color: 7170741.

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

Color convert

RGB 181 106 109 -
CMYK 0 0.41 0.40 0.29
HSL 357.6º 0.34% 0.56% -
HSV(B) 357.6º 0.41% 0.71% -
XYZ 26.97 21.24 17.15 -
YUV 128.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 181 106 109 0 0.41 0.40 0.29 357.6 0.34 0.56
Hex B5 6A 6D 0 29 28 1D 166 22 38
Octal 265 152 155 0 51 50 35 546 42 70
Binary 10110101 1101010 1101101 0 101001 101000 11101 101100110 100010 111000

Color Harmonies of #B56A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A6D

Black with #B56A6D

Text Example


Text Example

White with #B56A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A6D; }

 p { color: rgb(181,106,109); }

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

background-color css

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

 a { background-color: rgb(181,106,109); }

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

border-color css

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

 span { border-color: rgb(181,106,109); }

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