Html Css Color HEX #B56A6B Turkish Rose

📋 copy color: '#B56A6B'

red 181 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #B56A6B

Tints of Turkish Rose #B56A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.16%

R = 45.94%
G = 26.9%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B56A6B (or 0xB56A6B) is known color: Turkish Rose. HEX triplet: B5, 6A and 6B. RGB value is (181,106,107). Sum of RGB (Red+Green+Blue) = 181+106+107=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56A6B is #4A9594. Grayscale: #808080. Windows color (decimal): -4887957 or 7039669. OLE color: 7039669.

HSL color Cylindrical-coordinate representation of color #B56A6B: hue angle of 359.2º 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 #B56A6B is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 106 107 -
CMYK 0 0.41 0.41 0.29
HSL 359.2º 0.34% 0.56% -
HSV(B) 359.2º 0.41% 0.71% -
XYZ 26.86 21.19 16.58 -
YUV 128.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 181 106 107 0 0.41 0.41 0.29 359.2 0.34 0.56
Hex B5 6A 6B 0 29 29 1D 167 22 38
Octal 265 152 153 0 51 51 35 547 42 70
Binary 10110101 1101010 1101011 0 101001 101001 11101 101100111 100010 111000

Color Harmonies of #B56A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A6B

Black with #B56A6B

Text Example


Text Example

White with #B56A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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