Html Css Color HEX #B06768 Turkish Rose

📋 copy color: '#B06768'

red 176 ◦ green 103 ◦ blue 104

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

Shades of Turkish Rose #B06768

Tints of Turkish Rose #B06768

RGB

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

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

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

R = 45.95%
G = 26.89%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B06768 (or 0xB06768) is known color: Turkish Rose. HEX triplet: B0, 67 and 68. RGB value is (176,103,104). Sum of RGB (Red+Green+Blue) = 176+103+104=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B06768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06768 is #4F9897. Grayscale: #7D7D7D. Windows color (decimal): -5216408 or 6842288. OLE color: 6842288.

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

Color convert

RGB 176 103 104 -
CMYK 0 0.41 0.41 0.31
HSL 359.18º 0.32% 0.55% -
HSV(B) 359.18º 0.41% 0.69% -
XYZ 25.25 19.93 15.61 -
YUV 124.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 176 103 104 0 0.41 0.41 0.31 359.18 0.32 0.55
Hex B0 67 68 0 29 29 1F 167 20 37
Octal 260 147 150 0 51 51 37 547 40 67
Binary 10110000 1100111 1101000 0 101001 101001 11111 101100111 100000 110111

Color Harmonies of #B06768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06768

Black with #B06768

Text Example


Text Example

White with #B06768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06768; }

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

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

background-color css

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

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

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

border-color css

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

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

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