Html Css Color HEX #B06770 Turkish Rose

📋 copy color: '#B06770'

red 176 ◦ green 103 ◦ blue 112

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

Shades of Turkish Rose #B06770

Tints of Turkish Rose #B06770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 45.01%
G = 26.34%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B06770 (or 0xB06770) is known color: Turkish Rose. HEX triplet: B0, 67 and 70. RGB value is (176,103,112). Sum of RGB (Red+Green+Blue) = 176+103+112=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B06770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06770 is #4F988F. Grayscale: #7D7D7D. Windows color (decimal): -5216400 or 7366576. OLE color: 7366576.

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

Color convert

RGB 176 103 112 -
CMYK 0 0.41 0.36 0.31
HSL 352.6º 0.32% 0.55% -
HSV(B) 352.6º 0.41% 0.69% -
XYZ 25.68 20.1 17.86 -
YUV 125.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 176 103 112 0 0.41 0.36 0.31 352.6 0.32 0.55
Hex B0 67 70 0 29 24 1F 161 20 37
Octal 260 147 160 0 51 44 37 541 40 67
Binary 10110000 1100111 1110000 0 101001 100100 11111 101100001 100000 110111

Color Harmonies of #B06770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06770

Black with #B06770

Text Example


Text Example

White with #B06770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06770; }

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

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

background-color css

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

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

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

border-color css

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

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

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