Html Css Color HEX #B06568 Turkish Rose

📋 copy color: '#B06568'

red 176 ◦ green 101 ◦ blue 104

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

Shades of Turkish Rose #B06568

Tints of Turkish Rose #B06568

RGB

 RED value IS 176 (69.14% from 255) = 46.19%

 GREEN value IS 101 (39.84% from 255) = 26.51%

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

R = 46.19%
G = 26.51%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06568 (or 0xB06568) is known color: Turkish Rose. HEX triplet: B0, 65 and 68. RGB value is (176,101,104). Sum of RGB (Red+Green+Blue) = 176+101+104=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B06568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06568 is #4F9A97. Grayscale: #7B7B7B. Windows color (decimal): -5216920 or 6841776. OLE color: 6841776.

HSL color Cylindrical-coordinate representation of color #B06568: hue angle of 357.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06568 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 101 104 -
CMYK 0 0.43 0.41 0.31
HSL 357.6º 0.32% 0.54% -
HSV(B) 357.6º 0.43% 0.69% -
XYZ 25.06 19.54 15.55 -
YUV 123.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 176 101 104 0 0.43 0.41 0.31 357.6 0.32 0.54
Hex B0 65 68 0 2B 29 1F 166 20 36
Octal 260 145 150 0 53 51 37 546 40 66
Binary 10110000 1100101 1101000 0 101011 101001 11111 101100110 100000 110110

Color Harmonies of #B06568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06568

Black with #B06568

Text Example


Text Example

White with #B06568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06568; }

 p { color: rgb(176,101,104); }

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

background-color css

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

 a { background-color: rgb(176,101,104); }

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

border-color css

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

 span { border-color: rgb(176,101,104); }

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