Html Css Color HEX #B5676A Turkish Rose

📋 copy color: '#B5676A'

red 181 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #B5676A

Tints of Turkish Rose #B5676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 106 (41.8% from 255) = 27.18%

R = 46.41%
G = 26.41%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5676A (or 0xB5676A) is known color: Turkish Rose. HEX triplet: B5, 67 and 6A. RGB value is (181,103,106). Sum of RGB (Red+Green+Blue) = 181+103+106=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5676A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5676A is #4A9895. Grayscale: #7E7E7E. Windows color (decimal): -4888726 or 6973365. OLE color: 6973365.

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

Color convert

RGB 181 103 106 -
CMYK 0 0.43 0.41 0.29
HSL 357.69º 0.35% 0.56% -
HSV(B) 357.69º 0.43% 0.71% -
XYZ 26.51 20.56 16.21 -
YUV 126.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 181 103 106 0 0.43 0.41 0.29 357.69 0.35 0.56
Hex B5 67 6A 0 2B 29 1D 166 23 38
Octal 265 147 152 0 53 51 35 546 43 70
Binary 10110101 1100111 1101010 0 101011 101001 11101 101100110 100011 111000

Color Harmonies of #B5676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5676A

Black with #B5676A

Text Example


Text Example

White with #B5676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5676A; }

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

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

background-color css

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

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

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

border-color css

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

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

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